Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Document default values for optional parameters of AWS Lambda EventSourceMapping #767

Merged
merged 1 commit into from
Sep 5, 2020

Conversation

dlenski
Copy link
Contributor

@dlenski dlenski commented Aug 7, 2020

Description of changes:

Default values for many of the optional parameters are missing from this documentation.

Per https://aws.amazon.com/blogs/compute/new-aws-lambda-controls-for-stream-processing-and-asynchronous-invocations/:

  • MaximumRetryAttempts default is 10,000
  • MaximumRecordAgeInSeconds default is 604,800
  • BisectBatchOnFunctionError default is false

Per https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/:

  • ParallelizationFactor default is 1

Per https://aws.amazon.com/about-aws/whats-new/2019/09/aws-lambda-now-supports-custom-batch-window-for-kinesis-and-dynamodb-event-sources/, it appears that:

  • MaximumBatchingWindowInSeconds default is 0

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Default values for many of the optional parameters are missing from this documentation.

Per https://aws.amazon.com/blogs/compute/new-aws-lambda-controls-for-stream-processing-and-asynchronous-invocations/:

- `MaximumRetryAttempts` default is 10,000
- `MaximumRecordAgeInSeconds` default is 604,800
- `BisectBatchOnFunctionError` default is false

Per https://aws.amazon.com/about-aws/whats-new/2019/11/aws-lambda-supports-parallelization-factor-for-kinesis-and-dynamodb-event-sources/:

- `ParallelizationFactor` default is 1

Per https://aws.amazon.com/about-aws/whats-new/2019/09/aws-lambda-now-supports-custom-batch-window-for-kinesis-and-dynamodb-event-sources/, it appears that:

- `MaximumBatchingWindowInSeconds` default is 0
@dlenski dlenski changed the title Document default values for optional parameters Document default values for optional parameters of AWS Lambda EventSourceMapping Aug 7, 2020
@rachfop rachfop linked an issue Aug 10, 2020 that may be closed by this pull request
@devlinbd2 devlinbd2 merged commit 303ac12 into awsdocs:master Sep 5, 2020
@dlenski
Copy link
Contributor Author

dlenski commented Dec 7, 2020

@rachfop and @ckesser, your subsequent "periodic update" commits have completely overwritten my changes here.

How can these documentation clarifications be persisted and not wiped out!?

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameters default value are missing in the documentation
3 participants