Skip to content

Commit

Permalink
chore: remove preview from README (#265)
Browse files Browse the repository at this point in the history
re #250
  • Loading branch information
corymhall authored Nov 27, 2024
1 parent aeec54d commit 7d8e9a0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7d8e9a0

Please sign in to comment.