We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The API_LOOKUP method for sharing values not currently functioning
API_LOOKUP
Using the ResourceExtractor with API_LOOKUP
ResourceExtractor
cdk.Aspects.of(app).add(ResourceExtractor( extract_destination_stack=extracted_stack, resource_types_to_extract=[ "AWS::IAM::Role", "AWS::IAM::Policy", "AWS::IAM::ManagedPolicy", "AWS::IAM::InstanceProfile", ], stack_artifacts=synthed_app.stacks, value_share_method=ResourceExtractorShareMethod.API_LOOKUP ))
The API lookup doesn't take place, resulting in the dummy-value-for-* being left in the synthesized cloudformation
dummy-value-for-*
Expected the resolved API lookup to be injected
0.0.62
Typescript, Python
No response
The text was updated successfully, but these errors were encountered:
fix: Adjust README to fix typo and explain that API_LOOKUP is in prog…
2b8fdb7
…ress (#81) Fixes #80
Previous PR only updated docs to inform this isn't working yet
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What is the problem?
The
API_LOOKUP
method for sharing values not currently functioningReproduction Steps
Using the
ResourceExtractor
withAPI_LOOKUP
The API lookup doesn't take place, resulting in the
dummy-value-for-*
being left in the synthesized cloudformationWhat did you expect to happen?
Expected the resolved API lookup to be injected
What actually happened?
The API lookup doesn't take place, resulting in the
dummy-value-for-*
being left in the synthesized cloudformationcdk-enterprise-iac version
0.0.62
Language
Typescript, Python
Other information
No response
The text was updated successfully, but these errors were encountered: