-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add tests for top 19/20 constructs #183
Labels
Milestone
Comments
Added to epic https://github.com/pulumi/home/issues/2191 |
corymhall
added a commit
that referenced
this issue
Nov 1, 2024
This adds the first integration tests for ApiGateway. This will get us to full coverage on ApiGateway constructs re #183
corymhall
added a commit
that referenced
this issue
Nov 2, 2024
mikhailshilkov
added
the
kind/engineering
Work that is not visible to an external user
label
Nov 4, 2024
corymhall
added a commit
that referenced
this issue
Nov 7, 2024
CloudFormation has a capability that allows you to dynamically resolve secretsmanager values at deploy time. This PR adds special handling for these values by mapping them to the `getSecretVersion` function. I can think of two ways that these values would end up being referenced in a CDK application 1. The user provides a string value for the secretId and the reference is a complete string. 2. The user provides a reference value for the secretId and the reference is a Fn::Join intrinsic There may be other cases, but if there are I think they are not very common and we can handle them if users create issues. re #183, fixes #199
corymhall
added a commit
that referenced
this issue
Nov 7, 2024
corymhall
added a commit
that referenced
this issue
Nov 7, 2024
corymhall
added a commit
that referenced
this issue
Nov 7, 2024
This adds the remaining ec2 integration tests re #183
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
This adds the remaining ec2 integration tests re #183
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 8, 2024
corymhall
added a commit
that referenced
this issue
Nov 11, 2024
This adds integration tests for the remaining construct libraries. Also adds mapping for one missing CCAPI resource (`AWS::Events::EventBusPolicy`) re #183
corymhall
added a commit
that referenced
this issue
Nov 11, 2024
CloudFormation has a capability that allows you to dynamically resolve secretsmanager values at deploy time. This PR adds special handling for these values by mapping them to the `getSecretVersion` function. I can think of two ways that these values would end up being referenced in a CDK application 1. The user provides a string value for the secretId and the reference is a complete string. 2. The user provides a reference value for the secretId and the reference is a Fn::Join intrinsic There may be other cases, but if there are I think they are not very common and we can handle them if users create issues. re #183, fixes #199
corymhall
added a commit
that referenced
this issue
Nov 11, 2024
corymhall
added a commit
that referenced
this issue
Nov 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
HostedZone
*Record (CfnRecordSet)
15. custom_resources
16. lambda_nodejs
The text was updated successfully, but these errors were encountered: