Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Adjust README to fix typo and explain that API_LOOKUP is in progress #81

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ A few examples of these tools below

### Resource extraction

:warning: Resource extraction is in an experimental phase. Test and validate before using in production. Please open any issues found [here](https://github.com/cdklabs/cdk-enterprise-iac/)issues
:warning: Resource extraction is in an experimental phase. Test and validate before using in production. Please open any issues found [here](https://github.com/cdklabs/cdk-enterprise-iac/)

In many enterprises, there are separate teams with different IAM permissions than developers deploying CDK applications.

Expand Down Expand Up @@ -232,7 +232,7 @@ Aspects.of(app).add(

##### `API_LOOKUP`

The `API_LOOKUP` sharing method is similar to `CFN_OUTPUT`, but rather than modifying the CDK application to use [Fn::ImportValue](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html), the `Outputs` section of the Extracted stack is looked up using the nodejs SDK, and modifies the CDK application to use the resolved value of the Output
The `API_LOOKUP` sharing method is a work in progress, and not yet supported

#### Resource Partials

Expand Down