-
Learn how to develop a serverless app on Amazon Web Services (AWS). This course covers how to work with Lambda, DynamoDB, S3, Postman, and API gateway services, from setup to testing.
Learn how to develop a NodeJS serverless app on Amazon Web Services (AWS). First, get introduced to several services: Lambda, DynamoDB, S3, Postman, and the API gateway. Then, see how to install Postman, set up an Amazon account, implement an S3 storage bucket with static content, and set up serverless Lambda compute. Next, find out how to create a table on the DynamoDB AWS service and create a POST function. Additionally, discover how to code and test final endpoint functions.
Overview
Syllabus
-
Introduction
- Building a serverless app on AWS
- What you should know
- Quick overview of the AWS services
- Overview of Lambda
- Overview of DynamoDB
- Overview of S3 storage
- Overview of the API gateway
- 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
- Set up your DynamoDB table
- Code your POST Lambda function
- Test your Lambda function
- Code your GET Lambda function
- Set up your GET API gateway
- Test your endpoints with Postman
- Next steps