Amazon Lambda · Schema

EventSourceMapping

A Lambda event source mapping that connects an event source to a Lambda function.

AWSComputeEvent-DrivenFaaSFunctionsServerless

Properties

Name Type Description
UUID string The identifier of the event source mapping.
EventSourceArn string The ARN of the event source.
FunctionArn string The ARN of the Lambda function.
State string The state of the event source mapping.
BatchSize integer The maximum number of records in each batch.
View JSON Schema on GitHub