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

chore: upgrade cdk to 2.152.0 #2788

Merged
merged 11 commits into from
Aug 23, 2024
Merged

chore: upgrade cdk to 2.152.0 #2788

merged 11 commits into from
Aug 23, 2024

Conversation

dpilch
Copy link
Member

@dpilch dpilch commented Aug 20, 2024

Description of changes

  • upgrade cdk to 2.152.0
CDK / CloudFormation Parameters Changed

Issue #, if available

N/A

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Any CDK or CloudFormation parameter changes are called out explicitly

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@dpilch dpilch marked this pull request as ready for review August 21, 2024 21:17
@dpilch dpilch requested review from a team as code owners August 21, 2024 21:17
@@ -60,64 +57,6 @@ export interface GraphqlApiProps {
readonly xrayEnabled?: boolean;
}

export class IamResource implements APIIAMResourceProvider {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replacing this with IamResource exported from aws-cdk-lib/aws-appsync.

@@ -193,6 +132,16 @@ export class GraphQLApi extends GraphqlApiBase implements GraphQLAPIProvider {
*/
public readonly assetProvider: AssetProvider;

/**
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Newly required fields from GraphqlApiBase.

palpatim
palpatim previously approved these changes Aug 21, 2024
@dpilch dpilch merged commit f408811 into main Aug 23, 2024
6 checks passed
@dpilch dpilch deleted the cdk-upgrade-2.152.0 branch August 23, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants