Creating a lambda function with terraform
2019-04-27 | 7 min read
Here we will see how to use terraform to manage lambda functions, it will be a simple hello world in node.js, available as gist...
Serverless authentication with Cognito
2019-09-02 | 15 min read
In this article we will see how to use Terraform and Go to create a serverless API using API Gateway, Lambda, and Go, and we will also handle authentication with AWS Cognito...