Description
In this course, you will :
- Discover how to create a NodeJS serverless app on Amazon Web Services (AWS).
- introduced to a number of services, including Lambda, DynamoDB, S3, Postman, and the API gateway
- Install Postman, create an Amazon account, set up an S3 storage bucket with static content, and configure serverless Lambda compute.
- Learn how to set up a table on the DynamoDB AWS service and how to write a POST function.
- Learn how to write and test final endpoint functions.
Syllabus :
1. Getting Started
- Quick overview of the AWS services
- Overview of Lambda
- Overview of DynamoDB
- Overview of S3 storage
- Overview of the API gateway
2. Base Client and Server Setup
- Install Postman for API tests
- Initial Amazon account steps
- Set up an S3 storage bucket
- Adding static content to your bucket
- Set up your Lambda compute
3. API and Database Setup
- Set up your DynamoDB table
- Code your POST Lambda function
- Test your Lambda function
4. Final Code for API
- Code your GET Lambda function
- Set up your GET API gateway
- Test your endpoints with Postman