Чтобы понять, как использовать AWS-Amplify, я слежу за этим документом .
Все идет хорошо, кроме как при достижении этой команды:
$ amplify push
Этозаканчивается так:
Following resources failed
Resource Name: PinpointFunction (AWS::Lambda::Function)
Event Type: create
Reason: The runtime parameter of nodejs6.10 is no longer supported
for creating or updating AWS Lambda functions. We recommend you use
the new runtime (nodejs8.10) while creating or updating functions.
(Service: AWSLambdaInternal; Status Code: 400;
Error Code: InvalidParameterValueException; Request ID: xxxx-8a8e-.....-yyyy-zzzz)
✖ An error occurred when pushing the resources to the cloud
Resource is not in the state stackUpdateComplete
Почему я получаю эту ошибку?Я уже выполнил ту же команду в прошлом.И я не изменил свою версию NodeJS.