/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

blog.owulveryck.info
| | golb.hplar.ch
4.6 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.
| | initialcommit.com
5.2 parsecs away

Travel
| | How to Create a DynamoDB Table on AWS. In Java, dynamodb create table java and you are done. DynamoDB is a fully managed NoSQL database and you do not have to manage any servers. Amazon DynamoDB is the primary database in AWS for building serverless applications.
| | www.alexedwards.net
4.6 parsecs away

Travel
| |
| | til.simonwillison.net
9.5 parsecs away

Travel
| I've been wanting to figure out how to do this for years. Today I finally put all of the pieces together for it.