OWASP / DVSA

a Damn Vulnerable Serverless Application

Home Page:http://dvsa.cloud (coming soon)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot deploy Serverless Repo to AWS lambda

halfluke opened this issue · comments

I think the issue has to do with this:

The runtime parameter of nodejs8.10 is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs12.x) while creating or updating functions. (Service: AWSLambdaInternal; Status Code: 400; Error Code: InvalidParameterValueException; Request ID: ..................)

https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html

https://aws.amazon.com/blogs/compute/node-js-12-x-runtime-now-available-in-aws-lambda/

Any chance this can be fixed?

will be fixed soon.

Fixed.

DVSA now uses node12.x and python3.6.