From the course: Complete Guide to Serverless Web App Development on AWS
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Installing and configuring AWS CDK - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Installing and configuring AWS CDK
- [Instructor] Let's get started with AWS CDK. As you follow along, you will configure your computer and AWS account ready to build and deploy infrastructure with AWS CDK. To begin working with AWS CDK, you need to set up both your local environment and your AWS account. Here is what you will need. You will need an active AWS account to deploy the resources you define in AWS CDK. If you don't have an account, go to aws.amazon.com and create one. Be sure to have the billing alerts enabled to keep track of the usage and avoid an expected charges. The AWS CLI is essential for authenticating your computer with your AWS account. Download and install the AWS CLI from the AWS website following the instructions for your system. Once it's installed, run the following command to verify, aws --version. After that, configure the AWS CLI with your credentials using this command, aws configure. You will need to provide your access key, secret access key, default region, and output format. AWS CDK…
Contents
-
-
-
The importance of infrastructure as code3m 44s
-
(Locked)
Understanding AWS CDK3m 37s
-
(Locked)
Advantages of AWS CDK3m 53s
-
(Locked)
Installing and configuring AWS CDK6m 19s
-
(Locked)
Building your first project with AWS CDK4m 46s
-
(Locked)
Creating and deploying a Lambda function with API Gateway using CDK7m 7s
-
(Locked)
Challenge: Add and test a function with API to your project1m 10s
-
(Locked)
Solution: Add and test a function with API to your project2m 57s
-
-
-
-
-
-
-
-
-