-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r/aws_lambda_event_source_mapping: add filter_criteria attribute #21937
r/aws_lambda_event_source_mapping: add filter_criteria attribute #21937
Conversation
Thank you for your contribution! 🚀 Please note that typically Go dependency changes are handled in this repository by dependabot or the maintainers. This is to prevent pull request merge conflicts and further delay reviews of contributions. Remove any changes to the Additional details:
|
e80d642
to
191c2ec
Compare
191c2ec
to
2b64999
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccLambdaEventSourceMapping_Kinesis\|TestAccLambdaEventSourceMapping_SQS\|TestAccLambdaEventSourceMapping_DynamoDB' PKG_NAME="internal/service/lambda"
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lambda/... -v -count 1 -parallel 20 -run=TestAccLambdaEventSourceMapping_Kinesis\|TestAccLambdaEventSourceMapping_SQS\|TestAccLambdaEventSourceMapping_DynamoDB -timeout 180m
=== RUN TestAccLambdaEventSourceMapping_Kinesis_basic
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_basic
=== RUN TestAccLambdaEventSourceMapping_SQS_basic
=== PAUSE TestAccLambdaEventSourceMapping_SQS_basic
=== RUN TestAccLambdaEventSourceMapping_DynamoDB_basic
=== PAUSE TestAccLambdaEventSourceMapping_DynamoDB_basic
=== RUN TestAccLambdaEventSourceMapping_DynamoDB_functionResponseTypes
=== PAUSE TestAccLambdaEventSourceMapping_DynamoDB_functionResponseTypes
=== RUN TestAccLambdaEventSourceMapping_SQS_batchWindow
=== PAUSE TestAccLambdaEventSourceMapping_SQS_batchWindow
=== RUN TestAccLambdaEventSourceMapping_SQS_changesInEnabledAreDetected
=== PAUSE TestAccLambdaEventSourceMapping_SQS_changesInEnabledAreDetected
=== RUN TestAccLambdaEventSourceMapping_Kinesis_startingPositionTimestamp
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_startingPositionTimestamp
=== RUN TestAccLambdaEventSourceMapping_Kinesis_batchWindow
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_batchWindow
=== RUN TestAccLambdaEventSourceMapping_Kinesis_parallelizationFactor
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_parallelizationFactor
=== RUN TestAccLambdaEventSourceMapping_Kinesis_tumblingWindowInSeconds
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_tumblingWindowInSeconds
=== RUN TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttempts
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttempts
=== RUN TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsZero
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsZero
=== RUN TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsNegativeOne
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsNegativeOne
=== RUN TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSeconds
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSeconds
=== RUN TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSecondsNegativeOne
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSecondsNegativeOne
=== RUN TestAccLambdaEventSourceMapping_Kinesis_bisectBatch
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_bisectBatch
=== RUN TestAccLambdaEventSourceMapping_Kinesis_destination
=== PAUSE TestAccLambdaEventSourceMapping_Kinesis_destination
=== RUN TestAccLambdaEventSourceMapping_SQS_filterCriteria
=== PAUSE TestAccLambdaEventSourceMapping_SQS_filterCriteria
=== CONT TestAccLambdaEventSourceMapping_Kinesis_basic
=== CONT TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttempts
=== CONT TestAccLambdaEventSourceMapping_Kinesis_tumblingWindowInSeconds
=== CONT TestAccLambdaEventSourceMapping_SQS_basic
=== CONT TestAccLambdaEventSourceMapping_Kinesis_batchWindow
=== CONT TestAccLambdaEventSourceMapping_Kinesis_bisectBatch
=== CONT TestAccLambdaEventSourceMapping_SQS_filterCriteria
=== CONT TestAccLambdaEventSourceMapping_Kinesis_destination
=== CONT TestAccLambdaEventSourceMapping_DynamoDB_functionResponseTypes
=== CONT TestAccLambdaEventSourceMapping_SQS_changesInEnabledAreDetected
=== CONT TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsNegativeOne
=== CONT TestAccLambdaEventSourceMapping_SQS_batchWindow
=== CONT TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsZero
=== CONT TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSeconds
=== CONT TestAccLambdaEventSourceMapping_DynamoDB_basic
=== CONT TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSecondsNegativeOne
=== CONT TestAccLambdaEventSourceMapping_Kinesis_parallelizationFactor
=== CONT TestAccLambdaEventSourceMapping_Kinesis_startingPositionTimestamp
--- PASS: TestAccLambdaEventSourceMapping_DynamoDB_basic (83.31s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_batchWindow (92.89s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_startingPositionTimestamp (103.60s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_parallelizationFactor (103.62s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSeconds (103.84s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_maximumRecordAgeInSecondsNegativeOne (112.22s)
--- PASS: TestAccLambdaEventSourceMapping_DynamoDB_functionResponseTypes (122.90s)
--- PASS: TestAccLambdaEventSourceMapping_SQS_changesInEnabledAreDetected (123.48s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_tumblingWindowInSeconds (147.70s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsNegativeOne (154.26s)
--- PASS: TestAccLambdaEventSourceMapping_SQS_batchWindow (157.83s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_destination (171.44s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttemptsZero (176.77s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_maximumRetryAttempts (186.27s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_bisectBatch (195.89s)
--- PASS: TestAccLambdaEventSourceMapping_Kinesis_basic (199.77s)
--- PASS: TestAccLambdaEventSourceMapping_SQS_basic (207.23s)
--- PASS: TestAccLambdaEventSourceMapping_SQS_filterCriteria (257.96s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lambda 261.680s
@roberth-k Thanks for the contribution 🎉 👏. |
This functionality has been released in v3.69.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #21921
The AWS SDK commit will be rebased over once that's been merged to main.
Output from acceptance testing: