You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#525
```
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.
```
Current Code:
First, update the function code.
At this time, the configuration is still outdated, so the runtime updates it with nodejs.8.10, which results in an error.
Modifications:
Update your settings at the beginning.
This will update the runtime, so the update is expected to succeed.
Since I can't create any nodejs8.10 functions already, I can't confirm their operation at hand.
0 commit comments