Describe the bug
When I'm trying to create run configuration for hello_world lambda in PyCharm I'm getting an error: _Error: Must specify supported runtime_
To reproduce
Environment*
pip list
Package Version
arrow 0.12.1
aws-lambda-builders 0.0.3
aws-sam-cli 0.8.1
aws-sam-translator 1.9.0
Additional context
sam-cli in terminal works without problems
Python3.7 is not currently supported in the IDE toolkit. Stay tuned, we'll add this support soon.
Thank you!
As I've had some Python-version related compatibility issues when installing AWS Toolkit for JetBrains (PyCharm in my case) on macOS, I've written up a blog post with full instructions go get it working (i.e. downgrade from Python 3.7 to 3.6): https://camillovisini.com/deploy-serverless-python-functions-aws-lambda-pycharm/
Hope this helps!
Nice blog post 馃槃
Lambci images for 3.7 do not currently allow for debugging, we are blocked on that.
@abrooksv Is there an ETA on python 3.7 debugging support in Lambci?
I do not have an ETA
I do not have an ETA
Are we talking, days, weeks, months?
Here's the issue we're tracking in the LambCI repo: https://github.com/lambci/docker-lambda/issues/138
Support has been added in release 1.2
Most helpful comment
Python3.7 is not currently supported in the IDE toolkit. Stay tuned, we'll add this support soon.