Bootstrap AWS CDK and play with AWS-CDK deployments

Hi Everyone,
This Video is a part of the Playlist "Uber Eats Clone" Application and we are covering everything from ground zero to hero
Link https://www.youtube.com/watch?v=8-L8C5DxIiA&list=PLT5Jhb7lgSBMF7JqIV6OZZ9LYPGhqZjfS
Timeline

00:00 aws-cdk for developers
00:30 different ways to access the AWS Platform
03:00 pre-requisites for setup and demo
06:20 cdk init command to initialize app
10:50 aws cdk demo example application
13:00 adding npm scripts for aws-cdk deploy and synth
14:00 setup administrator user to deploy aws resources
19:00 cdk synth and cdk deploy commands
21:00 cdk bootstrap to add cdkToolKit stack
23:00 aws cdk stack and construct to create SQS queue
26:00 purging aws cdk resources created on aws platform

GitHub Link
https://github.com/tkssharma/aws-cdk-workshop
Learn AWS CDK
https://www.youtube.com/watch?v=wJp01EhLTsA&list=PLIGDNOJWiL19mNkS0cilXJPUtZxf2FhTr

In this video, I will give an overview of AWS Accounts and Services and will use AWS CDK to create resources on the AWS Platform
what we need is

- AWS Account
- AWS CLI installed
- aws-cdk lib installed

we will talk about simple demo and will see how to deploy a simple Stack on AWS
Deploying different tasks with constructs like

- deploying S3 bucket on AWS
- creating SNS Topic
- Creating SQS Queue
- Creating Lambda with API Gateway proxy
- setting s3 bucket with CloudFront (status website hosting)
- deploying dynamo Table with Lambda and API Gateway

we will talk about the AWS-CDK toolkit to build infra for our application
AWS Cloud Development Kit (AWS CDK) accelerates cloud development using standard programming languages to model your applications.

The AWS Cloud Development Kit (AWS CDK) lets you define your cloud infrastructure as code in one of its supported programming languages. It is intended for moderately to highly experienced AWS users.

Ideally, you already have experience with popular AWS services, particularly AWS Identity and Access Management (IAM). You might already have AWS credentials on your workstation for use with an AWS SDK or the AWS CLI. You might also have experience working with AWS resources programmatically.

Familiarity with AWS CloudFormation is also useful because the output of an AWS CDK program is an AWS CloudFormation template.

Finally, you should be proficient in the programming language you intend to use with the AWS CDK.

GitHub Link
https://github.com/tkssharma/uber-eats-clone-app Welcome to Uber eats clone App development
Let's build Uber Eats Clone App
we are going to build everything from ground zero using the latest technology and tools
We will build the most common features for any food delivery app

Github :
https://github.com/tkssharma/uber-eats-clone-app

🐦 Twitter: https://twitter.com/tkssharma
🐦 Github: https://github.com/tkssharma
🐦 Website: https://tkssharma.com
🐦 Blogs: https://blog.tkssharma.com

I’m Tarun, I am Publisher, Trainer Developer, working on Enterprise and open source Technologies JavaScript frameworks (React Angular, sveltekit, nextjs), I work with client-side and server-side javascript programming which includes node js or any other frameworks Currently working with JavaScript framework React & Node js 🚀 with Graphql 🎉 developer publications.

I am a passionate Javascript developer writing end-to-end applications using javascript using React, Angular 🅰️, and Vue JS with Node JS, I publish video tutorials and write about everything I know. I aim to create a beautiful corner of the web free of ads, sponsored posts,

Comments