What is AWS CDK?
AWS CDK (Cloud Developer Kit) is an Infrastructure as Code tool that allows you to use modern programming languages to define and provision resources on AWS. It supports JavaScript, TypeScript, Java, .NET, and Python.
AWS CDK (Cloud Development Kit), released in Developer Preview back in August 2018 ; allows you to use TypeScript, JavaScript, Java, .NET, and Python to create AWS infrastructure. So for example, a CloudFormation template that creates our DynamoDB table would now look like. - Resources: - NotesTable: - Type: AWS::DynamoDB::Table - Properties: - TableName: ${self:custom.tableName} - AttributeDefinitions: - - AttributeName: userId - AttributeType: S - - AttributeName: noteId - AttributeType: S - KeySchema: - - AttributeName: userId - KeyType: HASH - - AttributeName: noteId - KeyType: RANGE - Bil
Explore this link on the map →related reading
- What Is Infrastructure as Codesst.dev
- What is SST?sst.dev
- Cookbookcookbook.openai.com
- GitHub - localstack/localstack: 💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline · GitHubgithub.com
- How I Dropped Our Production Database and Now Pay 10% More for AWSalexeyondata.substack.com
- AWS Builder Centeraws.amazon.com
- What is Infrastructure as Code with Terraform? | Terraform | HashiCorp Developerdeveloper.hashicorp.com
- From Data Engineer to YAML Engineerjuhache.substack.com
- GitHub - chime/terraform-aws-alternat: High availability implementation of AWS NAT instances. · GitHubgithub.com
- Developers | Twiliosegment.com
- iot_to_timestream | Rules | Message routing | IoT Core | us-east-1us-east-1.console.aws.amazon.com
- Framework-defined infrastructure - Vercelvercel.com