Maintained with ☕️ by
IcePanel logo

AWS Service Catalog support for the AWS Cloud Development Kit (AWS CDK) is now available

Share

Services

AWS Service Catalog constructs for the [AWS Cloud Development Kit (AWS CDK)](/cdk/) are now available. Service Catalog administrators can now define their catalog in code within a CDK application that deploys through [AWS CloudFormation](/cloudformation/). They can also define a Service Catalog product entirely in code in CDK without having to upload and reference CloudFormation templates in Amazon Simple Storage Service (Amazon S3) or AWS CodeCommit first. AWS Service Catalog CDK constructs are available as a stable release in the [AWS Service Catalog Construct Library](https://constructs.dev/packages/@aws-cdk/aws-servicecatalog) and on [GitHub](https://github.com/aws/aws-cdk/tree/master/packages/%40aws-cdk/aws-servicecatalog). See the [AWS Region Table](/about-aws/global-infrastructure/regional-product-services/) for complete regional availability. AWS Service Catalog CDK constructs enable Service Catalog administrators to use the AWS CDK to define, manage, maintain, and distribute their catalog in code. Service Catalog administrators can define infrastructure-as-code templates, organize their catalog with portfolios, add the right governance for their use, and distribute those portfolios to their teams. To get started, see the following resources: * [Getting started with AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/getstarted.html) * [Getting started with the AWS CDK](https://docs.aws.amazon.com/cdk/latest/guide/getting%5Fstarted.html) * AWS Service Catalog CDK Example Application: Catalog Builder – [Python](https://github.com/aws-samples/aws-cdk-examples/tree/master/python/servicecatalog/portfolio-with-ec2-product), [TypeScript](https://github.com/aws-samples/aws-cdk-examples/tree/master/typescript/servicecatalog/portfolio-with-ec2-product) * [AWS Service Catalog Construct Library](https://constructs.dev/packages/@aws-cdk/aws-servicecatalog) * [AWS Service Catalog Workshop - Developers and Builders: Using Service Catalog with the AWS CDK](http://servicecatalog.workshop.aws/)