/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

til.simonwillison.net
| | 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
| |
| | eszter.space
10.5 parsecs away

Travel
| [AI summary] This blog post details the process of deploying a serverless API endpoint using AWS Lambda and DarkSky API to fetch weather data for any global location.