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

Add some additional logging and capture all panics from the handler #110

Closed stilvoid closed 4 years ago

stilvoid commented 4 years ago

Issue #, if available: N/A

Description of changes: Trap all panics in the handler and add some additional informational logging.

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