aws-cloudformation / aws-cloudformation-resource-providers-codeartifact

The CloudFormation Resource Provider Package for the AWS CodeArtifact service
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_CodeArtifact.html
Apache License 2.0
27 stars 7 forks source link

Updating aws-cloudformation-rpdk-java-plugin dependency to 2.0.9 #65

Closed jonjara closed 2 years ago

jonjara commented 2 years ago

Description of changes:

This is to update to this version https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/releases/tag/v2.0.9-plugin

ran mvn clean package

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Testing

ran handler locally with sam local start-lambda

cfn invoke CREATE sam-tests/create_payload.json

with input

{
  "desiredResourceState": {
    "DomainName": "jm-cfn-domain-5"
  },
  "previousResourceState": {}
}

and handler created domain in my account.