AWS Lambda Integration (basic) v1
This branch adds a Node.js Lambda function that generates random names for new users. Scorekeep uses a Lambda invoker and related classes to call the Lambda function with the AWS SDK for Java.
This release requires additional resources outside of your Elastic Beanstalk environment. See the readme for instructions.
Changes
- Added scripts and CloudFormation template for managing Lambda role
- Increased function timeout to 7 seconds
- Changed the function name to random-name-embedded for this branch to avoid conflicts with standalone version in xray branches.
- Changes from v1.6 (
master
)