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

Do handlers receive any information CloudFormation context that triggered them? #142

Closed rclark closed 4 years ago

rclark commented 4 years ago

Are custom handler functions provided any information about the CloudFormation stack context (e.g. stack name, region, id) at run time?

brianterry commented 4 years ago

Thanks for reporting this issue. We just merged PR #154 that adds more context.