reactiverse / aws-sdk

Using vertx-client for AWS SDK v2
Apache License 2.0
49 stars 14 forks source link

Try to use a JS lambda instead of a Python one #25

Closed aesteve closed 5 years ago

aesteve commented 5 years ago

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 5 years ago

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']