aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

Fix Handler returning SUCCESS but not returning the primaryIdentifier for the physical resource #139

Closed brianterry closed 4 years ago

brianterry commented 4 years ago

Issue #, if available:

Description of changes: This PR fixes an issue with a Handler returning SUCCESS but not returning the primaryIdentifier for the physical resource.

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