aws-cloudformation / cloudformation-cli-python-plugin

The CloudFormation Provider Development Toolkit Python Plugin allows you to autogenerate Python code based on an input schema.
Apache License 2.0
108 stars 47 forks source link

Remove dependency on AWS Encryption SDK for HOOK types #260

Closed Brianwithay21 closed 1 year ago

Brianwithay21 commented 1 year ago

Issue #, if available: https://github.com/aws-cloudformation/cloudformation-cli-python-plugin/issues/255 Description of changes:

This PR is removing the dependency on AWS Encryption SDK for HOOK types. With this change, hook authors will not need to use docker when developing/packaging their hooks on a cross platform

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

kapilt commented 1 year ago

this also addressed this old issue https://github.com/aws-cloudformation/cloudformation-cli-python-plugin/issues/175