Initializerswift-aws-lambda-events 1.0.0AWSLambdaEvents
init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s15AWSLambdaEvents12CognitoEventO9PreSignUpV4fromAEs7Decoder_p_tKcfc
What are these?7IJO3
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct PreSignUp
enum CognitoEvent
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
protocol Decoder
A type that can decode values from a native format into in-memory representations.
let clientMetadata: [String : String]?
One or more key-value pairs that you can provide as custom input to the Lambda function that you specify for the pre sign-up trigger.
let userAttributes: [String : String]
One or more name-value pairs representing user attributes. The attribute names are the keys.
let validationData: [String : String]?
One or more name-value pairs containing the validation data in the request to register a user.