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
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc_source/aws-resource-lambda-eventsourcemapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The maximum number of items to retrieve in a single batch\.
\(Streams\) If the function returns an error, split the batch in two and retry\.
*Required*: No
*Type*: Boolean
*Default*: `false`
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

`DestinationConfig` <a name="cfn-lambda-eventsourcemapping-destinationconfig"></a>
Expand Down Expand Up @@ -112,6 +113,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
*Required*: No
*Type*: Integer
*Default*: `0`
*Minimum*: `0`
*Maximum*: `300`
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Expand All @@ -120,6 +122,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
\(Streams\) The maximum age of a record that Lambda sends to a function for processing\.
*Required*: No
*Type*: Integer
*Default*: `604800`
*Minimum*: `60`
*Maximum*: `604800`
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Expand All @@ -128,6 +131,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
\(Streams\) The maximum number of times to retry when the function returns an error\.
*Required*: No
*Type*: Integer
*Default*: `10000`
*Minimum*: `0`
*Maximum*: `10000`
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Expand All @@ -136,6 +140,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
\(Streams\) The number of batches to process from each shard concurrently\.
*Required*: No
*Type*: Integer
*Default*: `1`
*Minimum*: `1`
*Maximum*: `10`
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
Expand Down