Skip to content

DOC-303: Document concurrent SQS event source mapping pollers#810

Open
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-303-doc-featlambda-spawn-concurrent-pollers-for-sqs-event-source
Open

DOC-303: Document concurrent SQS event source mapping pollers#810
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-303-doc-featlambda-spawn-concurrent-pollers-for-sqs-event-source

Conversation

@quetzalliwrites

Copy link
Copy Markdown
Collaborator

Summary

  • Mark ScalingConfig for SQS Standard as 🟢 implemented in the Lambda Behaviour Coverage table (lambda.mdx), now that ScalingConfig.MaximumConcurrency caps the number of concurrent pollers. SQS FIFO stays 🟡, since a single poller is always used there to preserve message-group ordering and MaximumConcurrency has no effect.
  • Update footnote [^3] to describe the new concurrent-poller behavior for SQS Standard.
  • Document the new LAMBDA_EVENT_SOURCE_MAPPING_SQS_POLLER_COUNT configuration variable (default 5) in configuration-options.md.

Related engineering PR: https://github.com/localstack/localstack-pro/pull/7386
Linear: https://linear.app/localstack/issue/DOC-303/doc-featlambda-spawn-concurrent-pollers-for-sqs-event-source-mappings

Test plan

  • astro build completes successfully
  • starlight-links-validator reports all internal links valid

Mark SQS Standard ScalingConfig as implemented in the Lambda
Behaviour Coverage table now that MaximumConcurrency caps concurrent
pollers, and document the new LAMBDA_EVENT_SOURCE_MAPPING_SQS_POLLER_COUNT
configuration variable.
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5bf2955
Status: ✅  Deploy successful!
Preview URL: https://6984232c.localstack-docs.pages.dev
Branch Preview URL: https://doc-303-doc-featlambda-spawn.localstack-docs.pages.dev

View logs

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.

1 participant