Tagged in

AWS Lambda

A man with no server
A man with no server
The history of my journey creating Serverless applications
More information
Followers
323
Elsewhere
More, on Medium

Running Go AWS Lambdas locally with SLS framework and SAM

In my previous post, I described an example of manually creating an AWS Lambda function implementing a GraphQL endpoint. Since I’m a big fan of the Serverless Framework, I wanted to write an example of using it to create a project…


Create a ReactJS client with Auth0 for a Serverless application (using Custom Authorizers)

We know how to deploy the application we created with the Serverless Framework in AWS. A CloudFormation script is created for us, which in turn will create our API Gateway…


Unit testing a Serverless application (part 2)

On our previous post we started to shape a sample Serverless project to decouple it’s business logic, allowing us to write effective tests for it.