Building a .NET Application with Containers on AWS
AWS Cloud Development Kit (AWS CDK) is an open-source framework from AWS that enables developers to harness the power of familiar programming languages to define reusable cloud components and provision applications with those components using AWS CloudFormation. In this session, we'll quickly cover the basic concepts of the CDK, then we'll live code an application with the CDK in .NET. You will see how easy it is to configure your cloud resources, manage permissions, connect event sources for our serverless app, and even build and publish your own constructs.
In this webinar, you will learn: (1) Core concepts of AWS Cloud Development Kit (2) How to configure AWS resources with AWS Cloud Development Kit (3) Best practices in using AWS Cloud Development Kit with serverless applications