aws-cloudformation / aws-cloudformation-samples

Apache License 2.0
134 stars 55 forks source link

Custom Resource Type creation fails with Internal Failure #87

Closed chamcca closed 1 year ago

chamcca commented 1 year ago

Working through the Workshop on creating Resource Types using the python and typescript examples in this repository, the Resource Types are registered successfully, but attempting to use them in a CloudFormation Stack always results in an Internal Failure.

I realize this isn't necessarily an issue with the samples, hoping to gain some insight on possible causes from the team given that these samples are assumed to function.

Additional Info:

mrinaudo-aws commented 1 year ago

Hi @chamcca - if you upgrade your copy of the CloudFormation CLI to the latest version at this time (0.2.29), and if you do the same for your copy of the cloudformation-cli-python-plugin, do you still experience issues, or some of them? For the latter, which specific issue do you see?

chamcca commented 1 year ago

upgrading to the new version of the cli (0.2.29) eliminated the need to use a forked version (the canned ACL appears to be removed from the LogsBucket in that stack). subsequent deployments of the python and typescript examples appear to be working this morning. I believe I am unblocked.