4
3

More than 3 years have passed since last update.

Amplifyでリソース作成に失敗したときの対処法

Posted at

amplify pushしようとしたらエラーが出た

該当issue

エラー内容


Following resources failed

Resource Name: UserPoolClientLambda (AWS::Lambda::Function)
Event Type: create
Reason: 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.

バージョンをあげましょう

$ npm install -g @aws-amplify/cli
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3