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.
Understanding AWS CDK - Amazon Web Services (AWS) Tutorial
From the course: Complete Guide to Serverless Web App Development on AWS
Understanding AWS CDK
- [Instructor] In this course we'll use Amazon Web Services, or AWS, Cloud Development Kit, CDK, as the infrastructure as code framework for building the demos. If you're not familiar with this framework, this video will help you to understand its basic concepts. AWS CDK is an open source framework that helps you define and manage your cloud infrastructure using code. Instead of writing long and complex YAML or JSON templates, CDK allows you to use familiar programming languages like Python, JavaScript, TypeScript, Java, or C Sharp. With AWS CDK, you can define your cloud resources like Lambda functions, S3 buckets, DynamoDB tables, and more as constructs in your application code. Previously, you learn about many frameworks that help you manage your infrastructure. So you may be wondering why to use AWS CDK? Here is why AWS CDK is so powerful. Developer friendly. You write infrastructure as code in a programming language you already know. This means you can use loops, conditionals…
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
-
-
-
-
-
-
-
-
-