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

JSON Schema

aws-lambda-create-event-source-mapping-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateEventSourceMappingRequest",
  "type": "object",
  "description": "Request body for creating an event source mapping",
  "properties": {
    "EventSourceArn": {
      "type": "string",
      "description": "The ARN of the event source. Required for Kinesis, DynamoDB Streams, SQS, MQ, MSK, and DocumentDB."
    },
    "FunctionName": {
      "type": "string",
      "description": "The name or ARN of the Lambda function"
    },
    "Enabled": {
      "type": "boolean",
      "description": "If true, the event source mapping is active"
    },
    "BatchSize": {
      "type": "integer",
      "description": "Maximum number of records in each batch"
    },
    "MaximumBatchingWindowInSeconds": {
      "type": "integer",
      "description": "Maximum time to gather records before invoking"
    },
    "ParallelizationFactor": {
      "type": "integer",
      "description": "Number of batches to process concurrently per shard"
    },
    "StartingPosition": {
      "type": "string",
      "description": "Starting position in the stream"
    },
    "StartingPositionTimestamp": {
      "type": "string"
    },
    "MaximumRecordAgeInSeconds": {
      "type": "integer"
    },
    "BisectBatchOnFunctionError": {
      "type": "boolean"
    },
    "MaximumRetryAttempts": {
      "type": "integer"
    },
    "TumblingWindowInSeconds": {
      "type": "integer"
    },
    "FunctionResponseTypes": {
      "type": "array"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/aws-lambda-create-event-source-mapping-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.