Conversation
e91c63a to
a6370c8
Compare
💾 Artifacts Size Report
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## v2 #1571 +/- ##
=========================================
Coverage 89.79% 89.79%
Complexity 406 406
=========================================
Files 44 44
Lines 1274 1274
Branches 165 165
=========================================
Hits 1144 1144
Misses 88 88
Partials 42 42 ☔ View full report in Codecov by Sentry. |
|
e2e are still failing here... |
a6370c8 to
3bc8cd4
Compare
| </aspectLibrary> | ||
| <aspectLibrary> | ||
| <groupId>software.amazon.lambda</groupId> | ||
| <artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
The aspect is in core, not DDB
| <dependency> | ||
| <groupId>software.amazon.lambda</groupId> | ||
| <artifactId>powertools-idempotency</artifactId> | ||
| <artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
This was breaking tests
| <aspectLibrary> | ||
| <groupId>software.amazon.lambda</groupId> | ||
| <artifactId>powertools-idempotency</artifactId> | ||
| <artifactId>powertools-idempotency-core</artifactId> |
There was a problem hiding this comment.
this was breaking tests
| import software.amazon.lambda.powertools.idempotency.IdempotencyConfig; | ||
| import software.amazon.lambda.powertools.idempotency.Idempotent; | ||
| import software.amazon.lambda.powertools.idempotency.persistence.DynamoDBPersistenceStore; | ||
| import software.amazon.lambda.powertools.idempotency.persistence.dynamodb.DynamoDBPersistenceStore; |
There was a problem hiding this comment.
This was breaking tests
| <dependency> | ||
| <groupId>software.amazon.lambda</groupId> | ||
| <artifactId>powertools-idempotency</artifactId> | ||
| <artifactId>powertools-idempotency-dynamodb</artifactId> |
There was a problem hiding this comment.
This was breaking tests
| <aspectLibrary> | ||
| <groupId>software.amazon.lambda</groupId> | ||
| <artifactId>powertools-idempotency</artifactId> | ||
| <artifactId>powertools-idempotency-core</artifactId> |
There was a problem hiding this comment.
The aspect is in core, not DDB
|
@jeromevdl it lives 💪 |
|



Issue #, if available:
#1562
Description of changes:
Checklist
Breaking change checklist
RFC issue #:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.