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
During Lab "Creating a Lambda Function Using the AWS Console", it is expected to create a Lambda function using the code creating-a-lambda-function-using-the-aws-console/index.js.
Currently Lambda defaults to Node.js 20.x, however the code supplied is for Node.js 16.x. I propose that a one line comment is added to the top of the code to state that it requires the Node 16.x runtime.
The text was updated successfully, but these errors were encountered:
During Lab "Creating a Lambda Function Using the AWS Console", it is expected to create a Lambda function using the code
creating-a-lambda-function-using-the-aws-console/index.js
.Currently Lambda defaults to Node.js 20.x, however the code supplied is for Node.js 16.x. I propose that a one line comment is added to the top of the code to state that it requires the Node 16.x runtime.
The text was updated successfully, but these errors were encountered: