User Signup Event (v1.0.0)

A user has signed up for the service.

Overview

This event is triggered by the Customer lambda PreSignUp trigger. This is the first event triggered in an onboarding process. The lambda is triggered by AWS Cognito.

Architecture diagram

Payload example

Payload example
{
"UserPoolId": "us-west-2_aBcDeFgHi",
"EmailAddress": "user@example.com",
"UserName": "exampleUser",
"Status": "CONFIRMED",
"Trace": "123e4567-e89b-12d3-a456-426614174000",
"Attributes": {
}
}

JSON Schema

6 properties
UserPoolId string
required

Which UserPool

EmailAddress string
required

Registered E-mail address

UserName string
required

UserName for the user

Status string
required

Textual name of status in Cognito

Trace string <uuid>

Trace information of the

Attributes object

Additional attributes of the user signup