1. The concept of a Microservice Chassis Serverless & Containrisation
2. Creating and Deploying an AWS Lambda Microservice
3. Capturing the Request Body in AWS Lambda as an API Backend
4. Performing Authorization in a Backend-Lambda
5. Storing Data and Files in AWS
6. Creating an Execution IAM Role for Lambda
7. Create and Configure S3 Buckets
8. Uploading Files and Images to AWS S3
9. Creating and Configuring a DynamoDB Table
10.1 Source code of Add Hotel microservice.html
10. Storing Information in DynamoDB
11.1 Docker Image for Creating Layers for Amazon Linux 2.html
11.2 layer.zip
11. Deploying AWS Lambda with Python Dependencies
12. Connecting API Gateway to Lambda via a Proxy Resource
13. Testing Proxy API with Lambda
14.1 layer.zip
14.2 Soure code of List Hotels Lambda function.html
14. Creating a RestFul GET API in API Gateway with a Lambda Microservice
15. Practice Creating and Configuring an AWS Lambda Function.html
16. Practice Creating a Proxy REST API in AWS API Gateway.html
17.1 List Hotels Lambda Function.html
17. Review Your Practice Results
18. Exploring Jason Web Tokens (JWT) and JSON Web Key Sets (JWKS)
19.1 Full Source Code.html
19. Lambda Authorizer Performing Authentication
20.1 Full Source Code.html
20. Lambda Authorizer Performing Authorization
21.1 Full Source Code.html
21. Deploying and Using the Lambda Authorizer with AWS API Gateway
22. The CQRS Pattern
23. The Fan Out and Idempotent Consumer Patterns
24. Publishing Events to AWS SNS
25. Setting up Elasticsearch for Search Microservice
26. Implementing the Idempotent Consumer Pattern
27.1 layer.zip
27.2 Source Code.html
27. Storing the Event Information in Elasticsearch
28. Practice Deploy the Updater Service.html
29. Subsciring a Microservice to Event Bus