aws_lambda_events 0.15.1

AWS Lambda event definitions
Documentation
{
  "version": "1",
  "triggerSource": "PreSignUp_SignUp",
  "region": "<region>",
  "userPoolId": "<userPoolId>",
  "userName": "<userName>",
  "callerContext": {
      "awsSdkVersion": "<calling aws sdk with version>",
      "clientId": "<apps client id>"
  },
  "request": {
      "userAttributes": {
          "email": "<email>",
          "phone_number": "<phone_number>"
       },
      "validationData": {
          "k1": "v1",
          "k2": "v2"
       },
       "clientMetadata": {
        "exampleMetadataKey": "example metadata value"
      }
  },
  "response": {
      "autoConfirmUser": false,
      "autoVerifyEmail": true,
      "autoVerifyPhone": true
  }
}