opensearch-project / opensearch-metrics

OpenSearch Metrics
https://metrics.opensearch.org
Apache License 2.0
3 stars 5 forks source link

Fix to add manual default input to eventbridge rule #91

Closed bshien closed 2 weeks ago

bshien commented 2 weeks ago

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.

codecov[bot] commented 2 weeks ago

Codecov Report

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.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ============================================ + Coverage 84.52% 84.53% +0.01% Complexity 228 228 ============================================ Files 61 61 Lines 1370 1371 +1 Branches 57 57 ============================================ + Hits 1158 1159 +1 Misses 189 189 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.