Serverless Framework – Building Web App using AWS Lambda Amazon API Gateway S3 DynamoDB and Cognito – Part 1
Yesterday I decided to test the Serverless framework and rewrite AWS “Build a Serverless Web Application with AWS Lambda, Amazon API Gateway, Amazon S3, Amazon DynamoDB, and Amazon Cognito” tutorial. In this tutorial we’ll deploy the same Wild Rides web application, but will do it in fully automated manner. You can find full configuration and code in my GitHub repo. …