aws-samples / aws-samples/lambda-ecs-worker-pattern

InvalidParameterValueExcexption - runtime parameter of nodejs is no longer supported for AWS Lambda functions

未关闭
#9 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
POV-Ray SDL
星标
293
派生
46
PR 合并指标
30 天内没有已合并 PR

描述

I recieved the following error after running `fab setup`:
gg

Fatal error: local() encountered an error (return code 255) while executing 'aws lambda create-function --function-name ecs-worker-launcher --zip-file fileb://./ecs-worker-launcher.zip --role arn:aws:iam::622674099863:role/codeguru-Lambda-Execution-Role --handler ecs-worker-launcher.handler --runtime nodejs --region us-east-1 --profile codeguru --output json'

Aborting.

I tried running the failed command and failed again:

$ aws lambda create-function --function-name ecs-worker-launcher --zip-file fileb://./ecs-worker-launcher.zip --role arn:aws:iam::622674099863:role/codeguru-Lambda-Execution-Role --handler ecs-worker-launcher.handler --runtime nodejs --region us-east-1 --profile codeguru --output json

An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The runtime parameter of nodejs is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs4.3) while creating or updating functions.

It seems like this project uses a no longer supported api for lambda functions. How can I fix this?

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。