binxio / cfn-secret-provider

A CloudFormation custom resource provider for deploying secrets and keys
Apache License 2.0
141 stars 70 forks source link

error deploying latest cloud formation version 1.4.1 #51

Closed cnpeyt closed 3 years ago

cnpeyt commented 3 years ago

I receive this error during create from cloud formation against 1.4.1 of the template

Received response status [FAILED] from custom resource. Message returned: ModuleNotFoundError: No module named '_cffi_backend' (RequestId: 472fd2b4-9388-47ff-aa06-2306297316ea)

mvanholsteijn commented 3 years ago

Hi @cnpeyt sorry that I had to put you through this. I now have updated all Python version references in the source and did an integration test deployment. version 1.4.3 works fine.

cnpeyt commented 3 years ago

great, i'll give it a try right now

cnpeyt commented 3 years ago

@mvanholsteijn worked nicely this time!!! thanks for the quick fix!