Closed corymhall closed 1 week ago
Looking good! No breaking changes found. No new resources/functions.
Attention: Patch coverage is 33.33333%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 49.62%. Comparing base (
4872ad6
) to head (1ed7447
). Report is 1 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
provider/cmd/pulumi-gen-aws-native/main.go | 33.33% | 22 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Most resources have some limits on what the resource name can be. Unfortunately a lot of those limits are not currently stored in the CloudFormation schema.
This PR introduces a new schema overlay where we can manually store min/max length constraints for resource names.
This is the first step in addressing #1816. I will follow this up with another PR to trim names to fit within the constraints.
re #1816, re https://github.com/pulumi/pulumi-cdk/issues/62