Configures the Lambda to run on a Cognito User Pool trigger
claudia add-cognito-user-pool-trigger {OPTIONS}
--user-pool-id
: the Cognito User Pool ID- For example: us-east-1_2abcDEFG
--events
: Names of triggers to set up (use comma to separate multiple events). See http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/CognitoIdentityServiceProvider.html#updateUserPool-property for valid names- For example: PreSignUp,PreAuthentication
--version
: (optional) Bind to a particular version- For example: production
- Defaults to: latest version
--source
: (optional) Directory with project files- Defaults to: current directory
--config
: (optional) Config file containing the resource names- Defaults to: claudia.json