-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_lambda_event_source_mapping: Add maximum_batching_window…
…_in_seconds argument (#10051) Output from acceptance testing: ``` --- PASS: TestAccAWSLambdaEventSourceMapping_sqs_withFunctionName (59.92s) --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_disappears (70.86s) --- PASS: TestAccAWSLambdaEventSourceMapping_StartingPositionTimestamp (72.83s) --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_removeBatchSize (84.38s) --- PASS: TestAccAWSLambdaEventSourceMapping_kinesis_basic (84.60s) --- PASS: TestAccAWSLambdaEventSourceMapping_BatchWindow (85.49s) --- PASS: TestAccAWSLambdaEventSourceMapping_sqsDisappears (109.06s) --- PASS: TestAccAWSLambdaEventSourceMapping_sqs_basic (122.73s) --- PASS: TestAccAWSLambdaEventSourceMapping_changesInEnabledAreDetected (132.31s) ```
- Loading branch information
1 parent
ad3a57c
commit 2f7e161
Showing
3 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html, the valid range of this field is
[0 s, 300 s]
.