Explore >> Select a destination


You are here

til.simonwillison.net
| | www.hugozap.com
3.6 parsecs away

Travel
| | A collection of random notes about life
| | golb.hplar.ch
3.8 parsecs away

Travel
| | [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
3.3 parsecs away

Travel
| |
| | techsavvypriya.wordpress.com
12.6 parsecs away

Travel
| "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...