Explore >> Select a destination


You are here

manuel.kiessling.net
| | earthly.dev
2.2 parsecs away

Travel
| | Learn how to import existing infrastructure into Terraform and manage it as code. Follow along as the author imports resources such as AWS Lambda, ...
| | www.alexedwards.net
2.9 parsecs away

Travel
| |
| | golb.hplar.ch
3.3 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.architect.io
21.1 parsecs away

Travel
| Creating a Kubernetes cluster in AWS can be a bit tricky. Here's a step-by-step walkthrough to make it easier.