AWS Lambda · Schema

CreateEventSourceMappingRequest

Request body for creating an event source mapping

Properties

Name Type Description
EventSourceArn string The ARN of the event source. Required for Kinesis, DynamoDB Streams, SQS, MQ, MSK, and DocumentDB.
FunctionName string The name or ARN of the Lambda function
Enabled boolean If true, the event source mapping is active
BatchSize integer Maximum number of records in each batch
MaximumBatchingWindowInSeconds integer Maximum time to gather records before invoking
ParallelizationFactor integer Number of batches to process concurrently per shard
StartingPosition string Starting position in the stream
StartingPositionTimestamp string
MaximumRecordAgeInSeconds integer
BisectBatchOnFunctionError boolean
MaximumRetryAttempts integer
TumblingWindowInSeconds integer
FunctionResponseTypes array
View JSON Schema on GitHub