Attach a HTTP endpoint to an AWS Lambda function using the Serverless Framework


Aug 21 2018 1 mins  
Out of the box a AWS Lambda function is just an ephemeral container running our code. In order to invoke it and return a result we need to configure the AWS service API Gateway and connect it to our function.