From 7d8e9a02527d12f5caba7afc5f0ee5847c709c84 Mon Sep 17 00:00:00 2001 From: Cory Hall <43035978+corymhall@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:58:46 -0500 Subject: [PATCH] chore: remove preview from README (#265) re #250 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 5bd13de9..4f927594 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pulumi CDK Adapter (preview) +# Pulumi CDK Adapter The Pulumi CDK Adapter is a library that enables [Pulumi](https://github.com/pulumi/pulumi) programs to use [AWS @@ -10,9 +10,6 @@ via Pulumi. Outputs of resources defined in a Pulumi program can be passed into AWS CDK Constructs, and outputs from AWS CDK stacks can be used as inputs to other Pulumi resources. -> Note: Currently, the Pulumi CDK Adapter preview is available only for -> TypeScript/JavaScript users. - For example, to construct an [AWS AppRunner `Service` resource](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-apprunner-alpha-readme.html) from within a Pulumi program, and export the resulting service's URL as as