/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

sigpwned.com
| | lukecsmith.co.uk
9.9 parsecs away

Travel
| | A description of my favourite protocol-oriented Swift network stack, using Reactive Swift
| | golb.hplar.ch
4.4 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.
| | alexdebrie.com
3.4 parsecs away

Travel
| | Learn the what, why, and how of API Gateway access logs.
| | nilcoalescing.com
17.1 parsecs away

Travel
| Learn how to add Codable conformance to Swift enums, including automatic synthesis, customizations, and fully manual implementations for complex cases.