Create a serverless web application using S3, CloudFront, API Gateway, Lambda, DynamoDB and Cognito.
This pattern demonstrates how to deploy a serverless web application using SAM. It uses S3, CloudFront, API Gateway, Lambda, DynamoDB and Cognito to build the application. This pattern uses CloudFront to serve both static and dynamic content with two origins to S3 and API Gateway. It also demonstrates how to protect the API using JWT authorizer with Cognito.