-
Notifications
You must be signed in to change notification settings - Fork 29
Onboarding and fixing new contract tests for AWS::SSM::Document #215
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
base: master
Are you sure you want to change the base?
Conversation
…access denied exception handling test case for aws-ssm-document
aws-ssm-maintenancewindow/pom.xml
Outdated
@@ -28,7 +28,7 @@ | |||
<dependency> | |||
<groupId>software.amazon.cloudformation</groupId> | |||
<artifactId>aws-cloudformation-rpdk-java-plugin</artifactId> | |||
<version>[2.0.0, 3.0.0)</version> | |||
<version>2.0.16</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this upgrade in version will have any effect on any of the existing functionality. Asking as it seems its getting updated for all SSM service here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point. I think [2.0.0, 2.1.0) might be a better update, since 2.1.0 was the version causing issues. Updating all services otherwise build will fail
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.