Skip to content

Commit

Permalink
adding links
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Dec 23, 2024
1 parent ead72ff commit e38d0bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,9 @@ $ pulumi plugin run cdk-importer -- -stack $StackName

If there are any issues with importing, the tool can be run again to try the
import again without it affecting previously imported resources.

## More Info

For more info on using Pulumi CDK check out the [Pulumi CDK
Guide](https://www.pulumi.com/docs/iac/clouds/aws/guides/cdk/) or the [Pulumi
CDK GitHub Repository](https://github.com/pulumi/pulumi-cdk) for more info.
5 changes: 5 additions & 0 deletions content/docs/iac/clouds/aws/guides/cdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -793,3 +793,8 @@ create the following staging resources.
1a. `imageTagMutability`: `IMMUTABLE`
2. [aws.ecr.LifecyclePolicy](https://www.pulumi.com/registry/packages/aws/api-docs/ecr/lifecyclepolicy/)
2a. Expire old images when the number of images > 3

## Migrating from AWS CDK

For a detailed guide on migrating from AWS CDK applications to Pulumi check out
the [Migration Guide](https://www.pulumi.com/docs/iac/adopting-pulumi/migrating-to-pulumi/from-cdk/).

0 comments on commit e38d0bd

Please sign in to comment.