amazon-archives / aws-serverless-auth-reference-app

Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Other
754 stars 193 forks source link

Edit lambda.js to update Node version to 8.10 #58

Closed tkushagr closed 5 years ago

tkushagr commented 5 years ago

Issue #, if available:

Description of changes:

gulp deploy was failing as lambda functions were pointing to nodejs 4.3.2. Updated the version to 8.10 to get the App setup work again.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.