Skip to content

docs: remove unimplemented ItemBatcher documentation from map.md#310

Merged
yaythomas merged 1 commit intoaws:mainfrom
abhu85:docs/remove-unimplemented-itembatcher-304
Feb 20, 2026
Merged

docs: remove unimplemented ItemBatcher documentation from map.md#310
yaythomas merged 1 commit intoaws:mainfrom
abhu85:docs/remove-unimplemented-itembatcher-304

Conversation

@abhu85
Copy link
Copy Markdown
Contributor

@abhu85 abhu85 commented Feb 20, 2026

Summary

Fixes #304

The ItemBatcher feature is not yet implemented and is reserved for future use. As confirmed by the SDK developer in the issue, this documentation should not have been included. This PR removes all references to batching functionality from the map operations documentation to prevent users from trying to use an unimplemented feature.

Changes

  • Remove "Item batching" terminology definition
  • Remove "Batching support" from Key features list
  • Remove "Batching items" section from Advanced patterns
  • Remove ItemBatcher import and usage from Configuration example
  • Remove item_batcher parameter documentation from MapConfig parameters
  • Remove batching-related FAQ entry ("How does batching work?")
  • Update Best practices to remove "Batch for efficiency" tip
  • Update Performance tips to remove batching-related code example and references
  • Update method signature to remove BatchedInput type hint from func parameter
  • Update various text references from "batching or processing in chunks" to just "processing in chunks"

Test Plan

  • Documentation changes only - no code changes
  • All remaining code examples are valid (they don't use removed features)
  • Documentation structure and links remain intact
  • Verified all batching references have been removed

Generated with Claude Code

Fixes aws#304

The ItemBatcher feature is not yet implemented and is reserved for future
use. This commit removes all references to batching functionality from
the map operations documentation to avoid confusing users.

Changes:
- Remove "Item batching" terminology definition
- Remove "Batching support" from Key features
- Remove "Batching items" section from Advanced patterns
- Remove ItemBatcher from Configuration example and MapConfig parameters
- Remove batching-related FAQ entry
- Update Best practices and Performance tips to remove batching references
- Update method signature to remove BatchedInput type hint

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@yaythomas yaythomas merged commit fe356c2 into aws:main Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs]: Map Operations - Batching items

2 participants