binxio / cfn-secret-provider

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

Failed to create resource. No module named '_cffi_backend' #31

Closed walkerlangley closed 4 years ago

walkerlangley commented 4 years ago

Hey,

I just updated a template I've been using from version 0.13.3 to 1.0.0 but got the error message below when trying to create a resource with cloudformation that calls this function. Rolling the function back to v0.13.3 worked, but given AWS lambda's sunsetting support for python < v3 I'd like update our template to use your v1.0.0.

Have you run into this error before or having any idea how to resolve it? Thanks in advance!

Failed to create resource. No module named '_cffi_backend'

mvanholsteijn commented 4 years ago

change the version and set the lambda runtime to python3.7 too.