Serverless with AWS API Gateway using AWS Lambda
Today we will learn how we can deploy a Node.js application to AWS Lambda with the help of Serverless Framework. We will combine AWS API Gateway with AWS Lambda, which will work as the entry point of the Lambda function. AWS Lambda is a pay-per-use serverless service. You just deploy your code to AWS, and […]