|
You are here |
www.janmeppe.com | ||
| | | | |
kewah.com
|
|
| | | | | The API Gateway-first approach is the idea that we should first consider using API Gateway when building new services. | |
| | | | |
bobbyhadz.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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. | ||