Instance Propertyswift-aws-lambda-events 1.0.0AWSLambdaEvents
version
The version number of your Lambda function.
let version: String
The version number of your Lambda function.
let version: String
s15AWSLambdaEvents12CognitoEventO10ParametersV7versionSSvp
What are these?ABR5
import AWSLambdaEvents
A supporting library for Swift AWS Lambda Runtime.
struct Parameters
enum CognitoEvent
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools-working-with-aws-lambda-triggers.html
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
let callerContext: CallerContext
Metadata about the request and the code environment.
let region: AWSRegion
The AWS Region as an AWSRegion instance.
let triggerSource: TriggerSource
The name of the event that triggered the Lambda function.
let userName: String
The current user’s username.
let userPoolId: String
The ID of the user pool.