In this course, I show you how to automate your infrastructure using The Serverless Framework. You will create AWS resources that will be accessible within any location of the world and we'll do it within a couple of hours. We'll cover Serverless and AWS resources and touch on some application development.
This Course Covers:
- Serverless CLI: How To Create Infrastructure from Command Line
- Serverless Templates: We'll create templates that will stand up infrastructure
- Develop A Product API using the Simple Web Service Microservice Pattern
Create a back-end API that will be built on Serverless Technology.
The back-end API will consume information for a product catalog. The product meta-data and data will be stored in a NoSQL database. The methods that are accessible through the AWS platform. Expose each lambda function to an API Gateway method and ensure that lambda can access DynamoDB.
Architecture:
- AN API Gateway Which Exposes Lambda Functions
- Lambda Functions Which Integrate With DynamoDB
- DynamoDB Table which contains the product information and data.
The deliverable for this project is a serverless.yml file which contains the markup necessary to provision the above infrastructure.