AWS Open Source Blog

Category: Developer Tools

AWS CDK is splitting Construct Library and CLI

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

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 […]

Introducing kro: Kube Resource Orchestrator

Introducing kro: Kube Resource Orchestrator

Today, we’re excited to release Kube Resource Orchestrator (kro), a new experimental open source project that simplifies and empowers the use of custom APIs and resources with Kubernetes. With kro, you can define complex, multi-resource API extensions for reuse in any Kubernetes cluster. Defining new resource groups with kro is like creating your own custom […]

A&E Engineering uses serverless technology to host online machine learning models

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 Implementation Using AWS Cloud Development Kit

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 […]