Amazon Cognito · Example Payload

Cognito Idp Lambda Config Type Example

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

Cognito Idp Lambda Config Type Example is an example object payload from Amazon Cognito, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PreSignUpCustomMessagePostConfirmationPreAuthenticationPostAuthenticationDefineAuthChallengeCreateAuthChallengeVerifyAuthChallengeResponsePreTokenGenerationUserMigrationCustomSMSSenderCustomEmailSenderKMSKeyID

Example Payload

Raw ↑
{
  "PreSignUp": "example-value",
  "CustomMessage": "example-value",
  "PostConfirmation": "example-value",
  "PreAuthentication": "example-value",
  "PostAuthentication": "example-value",
  "DefineAuthChallenge": "example-value",
  "CreateAuthChallenge": "example-value",
  "VerifyAuthChallengeResponse": "example-value",
  "PreTokenGeneration": "eyJhbGciOiJSUzI1NiJ9...",
  "UserMigration": "example-value",
  "CustomSMSSender": "example-value",
  "CustomEmailSender": "user@example.com",
  "KMSKeyID": "my-user-pool-01"
}