SaaSHub helps you find the best software and product alternatives Learn more →
Aws-cdk Alternatives
Similar projects and alternatives to aws-cdk
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
aws-lambda-java-libs
Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
terraform-cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
-
-
Previous Serverless Version 0.5.x
⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.
-
-
-
wing
A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
-
jsii
jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
aws-cdk discussion
aws-cdk reviews and mentions
-
Multi-account DNS with AWS CDK
I was recently tasked with setting up DNS within an AWS organization structure. The idea was to use a single domain structure that would be able to support multiple environments (development, acceptance and production). In my actual use case it was a bit more complex, but in this post Ill keep it simple and show some example code how you can implement the solution with AWS CDK.
-
What is an AWS CloudFormation Template?
Another popular way to define infrastructure as code is using the AWS Cloud Development Kit (CDK) and programming languages such as Python or Java. CDK synthesizes CloudFormation templates from your code, and many users prefer this approach due to the advanced code reuse and abstractions it offers.
-
AWS CDK Validation in Python
The following examples we developed using AWS CDK v2.176.0 and Python 3.13.1.
-
How I suffered my first burnout as software developer
As part of the task, I also needed to build the necessary infrastructure in AWS. The client organization primarily relied on “click-ops,” manually configuring resources through the AWS Management Console, and had not yet embraced Infrastructure as Code (IaC). Since we wanted to introduce IaC to streamline processes, I asked my boss if they had a preferred tool, such as Terraform, AWS CDK, or Pulumi. Their response was vague: “Any tool will do.”
-
Running CDK Bootstrap from AWS Lambda
CDK Bootstrap creates a Cloudformation Stack (CDKToolkit) which contains various resource. The template of this stack could be found here.
-
Part 1 : Serverless project with CDK, AWS Lambda@Edge, Cognito and Amplify
This repository contains a set of example projects for the AWS Cloud Development Kit.
-
AWS CDK Aspects specifications have changed
The specification of Aspects was changed in AWS CDK v2.172.0 released on December 7, 2024
-
Building a Scalable Serverless Image Processing Pipeline with AWS SQS and Lambda
AWS Cloud Development Kit (CDK)
-
Exploring Aurora DSQL with TypeScript, Drizzle, Lambda, and AWS CDK
AWS CDK and AWS infrastructure as code
-
DevSecOps with AWS- IaC at scale - Building your own platform – Part 3 - Pipeline as a Service
AWS Cloud Development Kit (CDK): is an open-source software development framework to define your cloud application resources using familiar programming languages.
-
A note from our sponsor - SaaSHub
www.saashub.com | 10 Feb 2025
Stats
aws/aws-cdk is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of aws-cdk is TypeScript.