Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Stack fails in eu-central-1 because of unsupported python runtime for lambda functions #115

Open
belgaied2 opened this issue Sep 6, 2022 · 2 comments

Comments

@belgaied2
Copy link
Contributor

The template in the quickstart uses a lambda CopyZip template that is called using the Python runtime 3.6 which is not supported by AWS anymore, thus resulting in the stack failing.

AWS recommends the version 3.9.

@eswidler
Copy link

eswidler commented Oct 2, 2022

+1 this issue. I ran into the same issue with the quickstart-hashicorp-vault.template submodule failing to deploy the lambdas with Python 3.6.

I believe this issue doesn't depend on the region. I ran into it with us-east-1.

@belgaied2 were you able to find any workarounds? I'm debating hosting the template files in my own bucket using the newer version of Python.

@belgaied2
Copy link
Contributor Author

@eswidler that's exactly what I did in my case for it to work. I fear that until my PR is approved, that's the only solution.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants