Create a lambda proxy API wrapper for an express app using aws-serverless-express
claudia generate-serverless-express-proxy {OPTIONS}
--express-module
: The main module that exports your express application- For example: if the application is defined and exported from express-server.js, this would be express-server
--source
: (optional) Directory with project files- Defaults to: current directory
--proxy-module-name
: (optional) the name of the new proxy module/file that will be created. To create a file called web-lambda.js, this would be web-lambda- Defaults to: lambda
--aws-serverless-express-module
: (optional) the NPM module name/path of the serverless-express module you want to install- Defaults to: aws-serverless-express