Description
In this course, you will learn:
- lead you through using TypeScript to finish the lifecycle of an AWS CDK v2 application. You'll learn how to build a project, develop it locally, deploy it worldwide, and then tear it down when you're finished.
- Tomasz's services and development methodology, as seen in this course, is used by innumerable enterprises throughout the world.
Syllabus:
- Install AWS Cloud Development Kit (CDK) and Create a New Project
- Build and Deploy a Sample AWS Cloud Development Kit Stack to AWS
- Review an AWS CloudFormation Stack Deployed with AWS CDK
- Clear an Initial AWS CDK Stack to Start Building an App From Scratch
- Create and Deploy a Node.js AWS Lambda Function with AWS CDK
- Change the Properties of an AWS Lambda Function Deployed with AWS CDK
- Attach an API Gateway to an AWS Lambda Function Deployed with AWS CDK
- Create a Custom AWS CDK Construct
- Create a DynamoDB Table with AWS CDK
- Get All Items from a DynamoDB Table using ScanCommand
- Debug Permission Issues and Allow an AWS Lambda Function to Access Data from DynamoDB
- Add Data to a DynamoDB Table with PUT Operation use AWS CDK
- Delete an Item from a DynamoDB table in AWS CDK with DELETE Operation
- Create an API Gateway REST API with AWS CDK
- Connect React App to a Serverless Backend Deployed with AWS CDK and Fix CORS Issues
- Deploy a Site with HTTPS Support Behind a CDN with AWS CDK
- Destroy an AWS CDK Stack