flâneur

Creating an AWS Fargate service using the AWS CDK - AWS Cloud Development Kit (AWS CDK) v2

docs.aws.amazon.com · 1,108 words · saved by 1 readers

Learn how to create an AWS Fargate service.

The AWS Cloud Development Kit (AWS CDK) is an open-source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. The AWS CDK consists of two primary parts: AWS CDK Construct Library – A collection of pre-written modular and reusable pieces of code, called constructs, that you can use, modify, and integrate to develop your infrastructure quickly. The goal of the AWS CDK Construct Library is to reduce the complexity required to define and integrate AWS services together when building applications on AWS. AWS CDK Toolkit -…

saved by

related reading