Explore >> Select a destination


You are here

nodogmablog.bryanhogan.net
| | bobbyhadz.com
3.9 parsecs away

Travel
| | To attach a Cognito JWT Authorizer to an API we have to use the Authorizer construct and pass the result to the `authorizer` prop on the API route.
| | adamj.eu
1.8 parsecs away

Travel
| | AWS Lambda is a hip "serverless" technology that everyone is talking about. While I find 'serverless' a bit of a funny name-it just means a managed environment-I like using Lambda functions for infrastructure glue or running small internal applications. Putting these things on individually managed servers of their own has always been a pain, so Lambda is a perfect fit.
| | golb.hplar.ch
1.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.
| | initialcommit.com
14.3 parsecs away

Travel
| In this article, we will be using Route 53 to publish a static site hosted using AWS S3 to a custom domain.