Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Aws-cdk Alternatives
Similar projects and alternatives to aws-cdk
-
aws-cloudformation-coverage-roadmap
The AWS CloudFormation Public Coverage Roadmap
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
serverless-application-model
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
-
aws-lambda-java-libs
Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.
-
terraform
Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
-
terraform-cdk
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
-
serverless-graphql
Serverless GraphQL Examples for AWS AppSync and Apollo
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
-
cdk8s
Define Kubernetes native apps and abstractions using object-oriented programming
-
aws-cdk-local
Thin wrapper script for using the AWS CDK CLI with LocalStack
-
-
-
TypeScript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
Pulumi
Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language, Your Way 🚀
-
dagger
A programmable CI/CD engine that runs your pipelines in containers (by dagger)
-
-
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!
-
-
Previous Serverless Version 0.5.x
⚡ Serverless Framework – Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more! –
-
Sonar
Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
aws-cdk reviews and mentions
-
CloudFormation deploying cross-account resources
Based on this PR, it looks like the AWS CDK now has a native mechanism for sharing values between cross-region stacks. I haven't tested that yet but it appears to use a similar strategy underneath the hood. There's a note in that PR that it "Could be updated to do cross account references as well" so perhaps the AWS CDK will simplify this process for us in the near future.
-
Where to start with AWS
AWS CDK
-
Split Horizon DNS in AWS Made Easy!
A few months ago, I deployed my first private hosted zone to Route 53. Unbeknownst to me, I had set up a split horizon DNS scenario. My public zone was routing calls to my load balancer correctly. But every time my resources deployed in the VPC called into the same domain, it would result in errors like... getaddrinfo ENOTFOUND _domain_... I spun and thrashed and tried everything I could think of. Then after hours of debugging, while doing some "pair debugging" they made the suggestion that we duplicate the A record in the public zone into the private zone. Lo and behold problem is solved. So, if you have resources deployed to a VPC and a private zone attached to said VPC, and a public zone sharing the domain name. When your resources are all in the domain, it will use the private zone and the private zone only for resolution. I spent some time learning and digging deeper into Route53 and DNS in general, to better understand the situation and why the solution was what it was. I found this article in the Route53 docs that explained almost the exact situation I was in. Considering how much I enjoy working with the CDK, and how much I struggled with this DNS configuration. I figured what better way to improve my understanding than to build a solution, that hopefully will help others avoid the headache I went through.
-
How to use AWS step functions to call lambda?
If you want to go down the infra as code route you can define the step function in Amazon States Language (JSON) which will define all your states (the steps in your step function). You can then deploy via CDK, serverless, or whatever other framework you use to deploy..OR..and this may be simpler if this is your first step function, you can build it all in the console which has some pretty cool visualisations and ui's available to make understanding your step function and how it flows easier.
-
DevSecOps with AWS- Integrate Azure DevOps for CDK deployments Part-1
AWS Cloud Development Kit (CDK): is an open-source software development framework to define your cloud application resources using familiar programming languages.
-
⚡️Serverless Frameworks for 2023
AWS CDK, Cloud Development Kit, is very different from our previous two candidates. It takes an imperative approach and lets you write your infrastructure code in the same language that you already use to write the rest of the application, and then synthesizes the code to CloudFormation to deploy it. A CDK app consists of building blocks called constructs, and these constructs can be shared and re-used. A perhaps unexpected aspect is that the nature of how you build your CDK apps makes it very easy to write actual unit tests for your infrastructure.
-
Rewriting my blog from scratch with NextJS
All the infrastructure is defined via AWS CDK, a library on top of CloudFormation. The code is now in its own project.
-
Automated Dev Environment Per Branch with CDK
AWS Cloud Development Kit is a software development framework used to model and provision your cloud application resources with different programming languages. This means networks, servers, load balancers, etc, can be defined with code, and then deployed to your cloud account with a single command.
-
4 ultimate reasons to prefer AWS CDK over Terraform
Over the past few months I have been using AWS CDK for some projects, and every time I started talking about it, someone would ask: why should I abandon the tool I am using and switch to CDK? What advantages does it offer?
-
Run event-driven workflows with Amazon EKS Blueprints, Keda and Karpenter
All AWS resources as well as kubernetes manifest and kubernetes AddOns are managed and installed using CDK (AWS Cloud Development Kit) and CDK8S (Cloud Development Kit for Kubernetes)
-
A note from our sponsor - Appwrite
appwrite.io | 8 Feb 2023
Stats
aws/aws-cdk is an open source project licensed under Apache License 2.0 which is an OSI approved license.