
This chapter looks at the Evolution of Infrastructure
This chapter looks at Amazon Web services
This chapter looks at what is going to be covered in this course
This chapter looks at starting with development
This chapter looks at the Free Tier account
This chapter looks at creating IAM users
This chapter looks at a recap of this section
Compare hosting a static site on the simple storage service with the elastic compute service, and review Route 53, identity and access management policies, and AWS CLI for API calls.
This chapter looks at the simple storage service
This chapter looks at a demo on the simple storage service
This chapter looks at Route 53
This chapter looks at using EC2 to host a static web site
This chapter looks at using S3 to host a static web site
This chapter looks at IAM Policies
This chapter looks at a Lab on IAM Policies
This chapter looks at DynamoDB
This chapter looks at working with DynamoDB
This chapter looks at DynamoDB throughput
This chapter looks at a lab on DynamoDB Throughput
This chapter looks at Node.js
This chapter looks at setting up Node.js to work with AWS
This chapter looks at using Node.js with DynamoDB
Describe using the Python low-level DynamoDB client to describe a table, get an item by ID, and put new items, highlighting attribute definitions, hash key ID, and read/write capacity.
This chapter looks at AWS Lambda
This chapter looks at a Lab on AWS Lambda
This chapter looks at IAM Roles
This chapter looks at AWS Lambda and Event Data
This chapter looks at using AWS Lambda with S3
This chapter looks at monitoring AWS Lambda
This chapter looks at AWS Lambda and S3 triggers
This chapter looks at AWS Lambda and DynamoDB
Configure an S3 trigger to invoke a Lambda function in Python whenever a file is uploaded to a bucket, capturing the bucket name and object key from the event.
Build a serverless API in AWS using API Gateway, creating resources like customers and products, and connect GET/POST methods to a Lambda function that accesses DynamoDB.
Deploy your API in AWS API gateway, create stages (production and staging), and test external invocation with Postman by sending POST requests to the deployed endpoint.
Learn a complete serverless architecture where a static site on s3 triggers api gateway, invoking lambda to access dynamodb.
Set up the API gateway for a new course API. Configure a root resource and a post method with a Lambda function proxy integration, then deploy to a production stage.
This course is designed for students who want to have a better idea of building and deploying web based applications using serverless components on AWS. In this course we will touch upon the following
Hosting a static web site using the Elastic Compute Cloud service
Hosting a static web site using the Simple Storage service
Working with DynamoDB
Working with AWS Lambda
Using Node.js as the underlying runtime for our server side Javascript
Using the API gateway service
Putting all the serverless components together for our application