|
You are here |
til.simonwillison.net | ||
| | | | |
www.hugozap.com
|
|
| | | | | A collection of random notes about life | |
| | | | |
golb.hplar.ch
|
|
| | | | | [AI summary] This tutorial walks through setting up a serverless application using AWS services. The main components are an API Gateway, a Lambda function, and a DynamoDB table. The Lambda handles CRUD operations for todo items, while the API Gateway provides the HTTP endpoints. The application is deployed using Pulumi, which manages the infrastructure as code. The tutorial also covers setting up IAM roles for Lambda execution, configuring permissions for API Gateway to invoke Lambda, and deploying the Lambda with ARM64 architecture to reduce costs. Finally, the tutorial demonstrates how to start the client application and test the functionality. | |
| | | | |
www.alexedwards.net
|
|
| | | | | ||
| | | | |
techsavvypriya.wordpress.com
|
|
| | | "Hello World" function(Lambda) for AWS using the serverless framework https://serverless.com/ What is Serverless Architecture? Serverless architectures refer to applications that significantly depend on third-party services (knows as Backend as a Service or "BaaS") or on custom code that's run in ephemeral containers (Function as a Service or "FaaS"), the best-known vendor host of which currently... | ||