/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

blog.neverendingqs.com
| | sandrino.dev
1.9 parsecs away

Travel
| | The Amazon API Gateway HTTP API allows you to configure JWT authorizers, making it very simple to control access to your API using Auth0. Read more...
| | alexdebrie.com
2.0 parsecs away

Travel
| | API Gateway custom authorizers are a great way to separate auth logic from business logic in serverless applications. Learn the ins and outs of how to use them here.
| | amorgunov.com
1.9 parsecs away

Travel
| | [AI summary] The user is asking for a summary of a long text about using AWS Lambda with Node.js and Serverless Framework. The text includes installation steps, configuration of serverless.yml, deployment commands, and examples of Lambda functions.
| | til.simonwillison.net
13.1 parsecs away

Travel
| I have a Django application which uses PostgreSQL. I build the Django application into its own Docker container, push that built container to the GitHub package registery and then deploy that container to production.