AWS Open Source Blog
Category: AWS Cloud Development Kit
AWS CDK is splitting Construct Library and CLI
AWS CDK is an open source software development framework for defining cloud infrastructure in code and provisioning it through AWS CloudFormation. It consists of two primary components: the Construct Library that you use in a programming language to model your AWS application, and a CLI. The Construct Library “synthesizes” a model of your application to […]
Shaping the future of CDK together
When AWS Cloud Development Kit (CDK) was announced in 2019, the project introduced a new stage in the evolution of infrastructure as code (IaC), and changed the way customers build on AWS. For those less familiar, CDK is an open source software development framework enabling builders to model and provision their cloud application resources using […]
Announcing the Data Solutions Framework on AWS
The Data Solutions Framework on AWS is an open source framework to simplify and accelerate the implementation of data solutions.
Finch Container Development Tool: Now for Windows
With Windows operating system support, container developers on Windows can easily install Finch and build, run, and publish containers using the same familiar command line available to Finch users on macOS.
Adding CDK Constructs to the AWS Analytics Reference Architecture
In 2021, we released the AWS Analytics Reference Architecture, a new AWS Cloud Development Kit (AWS CDK) application end-to-end example, as open source. In 2022, we extended the scope of this project with AWS CDK constructs to provide more granular and reusable examples.
How A&E Engineering Uses Serverless Technology to Host Online Machine Learning Models
AWS partner A&E Engineering is using online machine learning models to monitor realtime data for improved manufacturing. Learn how to successfully deploy an online serverless machine learning model using open source Python River and AWS Cloud Development Kit (AWS CDK).
Accelerate AWS IAM Identity Center (Successor to AWS Single Sign-On) Implementation using AWS Cloud Development Kit (AWS CDK)
In conversations with our customers, we often hear that they find it tedious to write AWS CloudFormation templates to create new permission sets, assign permission sets to users and groups in AWS IAM Identity Center (successor to AWS Single Sign-On) and grant access for users and groups to multiple AWS accounts in their organization. This […]
Announcing CDK for Terraform on AWS
HashiCorp and AWS have partnered to launch Cloud Development Kit for Terraform (CDKTF).
Using Apollo Server on AWS Lambda with Amazon EventBridge for real-time, event-driven streaming
GraphQL is an application-level query language that helps clients and servers communicate by establishing a common protocol for queries. It represents an alternative to the REST style: unlike REST, GraphQL gives the client, not the server, the power to define what kind of data will be included in the response to its query. GraphQL allows […]
Comparing AWS Cloud Development Kit and AWS Controllers for Kubernetes
DevOps is a common denominator for software delivery across industries. No matter the software, developers must ensure that infrastructure resources are provisioned; testing and delivery mechanisms are in place; and security, reliability, and scalability requirements are provided. That is why choosing the right DevOps tooling is central to a delivery team’s best practices, particularly in […]