AWS Lambda · Example Payload

Aws Lambda Create Event Source Mapping Request Example

Aws Lambda Create Event Source Mapping Request Example is an example object payload from AWS Lambda, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

EventSourceArnFunctionNameEnabledBatchSizeMaximumBatchingWindowInSecondsParallelizationFactorStartingPositionStartingPositionTimestampMaximumRecordAgeInSecondsBisectBatchOnFunctionErrorMaximumRetryAttemptsTumblingWindowInSecondsFunctionResponseTypes

Example Payload

Raw ↑
{
  "EventSourceArn": "example_value",
  "FunctionName": "example_value",
  "Enabled": true,
  "BatchSize": 10,
  "MaximumBatchingWindowInSeconds": 10,
  "ParallelizationFactor": 10,
  "StartingPosition": "example_value",
  "StartingPositionTimestamp": "example_value",
  "MaximumRecordAgeInSeconds": 10,
  "BisectBatchOnFunctionError": true,
  "MaximumRetryAttempts": 10,
  "TumblingWindowInSeconds": 10,
  "FunctionResponseTypes": []
}