- What is Serverless?
- Business decision CAPEX → OPEX
- What is not?
- FaaS on your own k8s cluster
- Gotchas
- Latencies
- Cold start penalty
- Monitoring
- Offerings
- Azure Functions
- Google Cloud Functions
- Cloudflare Workers
- Zeit Now v2.0
- AWS Lambda
- It's a glue or connecting tissue
- Triggered by events from other AWS services
- Other AWS Serverless Services
- S3
- DynamoDB
- SQS
- API Gateway
- Elastic Load Balancer
- Fargate
- CloudFormation ↔ SAM
- Our first lambda thru AWS Console
- https://signin.aws.amazon.com/signin
- Same lambda with SAM
- https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template-basics.html
- Same lambda with Pulumi
- https://app.pulumi.com/
- Static site with Pulumi
- https://github.com/topmonks/topmonks-webs/blob/master/.scripts/pulumi-resources/website.ts
- Serverless programming with Pulumi
- PulumiTV https://www.youtube.com/channel/UC2Dhyn4Ev52YSbcpfnfP0Mw
Last active
December 11, 2018 16:06
-
-
Save rarous/b936b8093b3cd959654bfd72a63c40f3 to your computer and use it in GitHub Desktop.
Serverless workshop
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment