/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

nitric.io
| | www.syntasso.io
2.2 parsecs away

Travel
| | An IDP is a self-service system with a centralised interface or entry point called an internal developer portal- which is also sometimes referred to as IDP. Through this portal, developers gain access to a pool of tools and resources needed to build, test, and deploy software.
| | thenewstack.io
0.5 parsecs away

Travel
| | Infrastructure as Code is more alive than ever, but it is no longer something teams should write line by line.
| | thenewstack.io
0.6 parsecs away

Travel
| | The real bottleneck might not be in your pipeline but rather in how your application interacts with cloud services.
| | golb.hplar.ch
16.5 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.