Closed bshien closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.53%. Comparing base (
7a74093
) to head (0b5b335
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
The EventBridge Rule was passing matching input to the s3 event index lambda causing errors. The s3 event index lambda requires an input of
{}
to default to yesterday, so this change adds this input to the EventBridge Rule.Issues Resolved
Part of https://github.com/opensearch-project/opensearch-metrics/issues/76
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.