Closed t0yv0 closed 3 days ago
Looking good! No breaking changes found. No new resources/functions.
Attention: Patch coverage is 2.63158%
with 407 lines
in your changes missing coverage. Please review.
Project coverage is 47.13%. Comparing base (
6007c03
) to head (eb0829b
). Report is 5 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
CloudFormation Ref intrinsic behavior varies from resource to resource. This change is an attempt to schematize behavior and expose is in the provider metadata. One intended use case is
pulumi/pulumi-cdk
CF emulator.This change implies the
ref-db.json
becomes the source of truth for this metadata and we maintain it as well as possible.About 1/2 of CF resources are currently covered in the file, including 81 of the top used resources (https://github.com/pulumi/pulumi-cdk/issues/237). Data cleaning and data label attachment helper code is included but is not intended to be used in production but only to maintain
ref-db.json
.