Рет қаралды 730
In this video, let’s learn how to start using CDK and understand some of the core concepts.
We will learn how to deploy a Lambda Function that stores data in a DynamoDB table using CDK.
AWS Cloud Development Kit or CDK is a framework for defining cloud infrastructure in code and provisioning it through CloudFormation.
In AWS CDK, a Construct is a basic building block, representing cloud resources like S3 buckets or Lambda functions, which can be composed to create reusable components.
An App is a container for multiple Stacks and is the root of your CDK application, managing the lifecycle of all resources within it. A Stack is a unit of deployment within the App, grouping related Constructs, and is typically deployed as a single CloudFormation stack, enabling modular and manageable infrastructure.
Key things we’ll cover:
• Setting up AWS CDK and Bootstrapping AWS Account
• Understanding core CDK concepts - Constructs, Stacks, and Apps.
• Building your first project - Creating and structuring a CDK project from scratch.
• Deploying AWS resources - A Lambda function that stores data in a DynamoDB table.
• Code-driven infrastructure - Using .NET to define and manage AWS infrastructure as code.
This video is sponsored by AWS.
🔗 AWS CDK - docs.aws.amazo...
🔗 Bootstrap AWS CDK - docs.aws.amazo...
Additional Watching
📹AWS Series - bit.ly/aws-net...
📹 ASP Series - bit.ly/asp-net...
📹 Messaging Series - bit.ly/dotnet-...
📹RabbitMQ Series - bit.ly/rabbitm...
Come say hi! ✋
🌍 Blog - rahulpnath.com/
✉ Subscribe to my Newsletter - www.rahulpnath...
🐦Twitter - / rahulpnath
📸Instagram - / rahulpnath
#dotnet #aws #cdk