Explore >> Select a destination


You are here

thecodinginterface.com
| | dwaves.de
3.8 parsecs away

Travel
| | Why keep all your results to yourself? - Blog with howtos and public free software and hardware OpenSource searchable knowledgebase about Linux and OpenSource - with a touch security, politics and philosophy.
| | blog.miguelgrinberg.com
2.8 parsecs away

Travel
| | miguelgrinberg.com
| | vuyisile.com
3.9 parsecs away

Travel
| | This post discusses the importance of High Availability in database systems, particularly focusing on implementing Streaming replication with PostgreSQL and Docker. It covers various solutions like...
| | golb.hplar.ch
15.2 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.