Try to use a JS lambda instead of a Python one
aesteve opened this issue · 1 comments
aesteve commented
In its latest release, localstack broke the Python lambda support.
To get tests pass again, I simply @Disabled
it, but in a near future, it'd be good to test with another type of lambda function (like a node.js one) instead, maybe this type of lambdas are still supported.
Worth the try so that we can have more tests.
aesteve commented
Other language supports are also broken (Java 8).
The problem lies in :
File "/opt/code/localstack/localstack/services/awslambda/lambda_api.py", line 685, in create_function
func_details.role = data['Role']