Closed t-kikuc closed 2 months ago
Attention: Patch coverage is 5.97610%
with 236 lines
in your changes missing coverage. Please review.
Project coverage is 22.85%. Comparing base (
adf2c51
) to head (be00911
). Report is 11 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
pkg/app/piped/driftdetector/lambda/detector.go | 6.38% | 220 Missing :warning: |
pkg/app/piped/driftdetector/detector.go | 0.00% | 16 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@ffjlabo Would you please review again?
This is the only one change: https://github.com/pipe-cd/pipecd/pull/5186#discussion_r1745009233
Sorry for the rough review🙏 I rechecked the new fix. It is fine.
What this PR does / why we need it:
Supported DriftDetection for Lambda
When OutOfSync:
Restrictions:
source
s3Bucket
s3Key
s3ObjectVersion
Which issue(s) this PR fixes:
Fixes #5182
Does this PR introduce a user-facing change?: Users can see drifts.
Note:
To use this feature, users need to add the following IAM Actions to their Piped's IAM Role.
Later I'll describe the details in another PR.