/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

www.janmeppe.com
| | kewah.com
3.0 parsecs away

Travel
| | The API Gateway-first approach is the idea that we should first consider using API Gateway when building new services.
| | bobbyhadz.com
2.4 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.
| | wweb.dev
0.6 parsecs away

Travel
| | In this part, we're creating a DynamoDB. Then we create a Lambda for creating, reading, updating, and deleting entries in that database. And last we create...
| | davquar.it
20.5 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.