Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン
#9 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
2/5
見積もり時間
1〜3時間
初心者へのやさしさ
30/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
aws, node.js
領域
backend, cloud

調査の方向性

fab セットアップのエントリーポイントから始め、issue に示されている AWS Lambda create-function コマンドを、その --runtime 値が設定されている箇所まで追跡します。サポートされている Node.js runtime 値を確認し、設定を更新して、関数を作成できることを確認するために fab setup または表示されている AWS コマンドを再実行します。

索引モデルが issue の本文から書いたものです。

説明

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?

主要言語
POV-Ray SDL
スター
293
フォーク
46
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

aws-samples/lambda-ecs-worker-pattern のほかの issue

aws-samples/lambda-ecs-worker-pattern の issue をすべて見る

似ている issue

Backend & API Design の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。