-
Notifications
You must be signed in to change notification settings - Fork 90
chore(v2): e2e tests #1571
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
chore(v2): e2e tests #1571
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<dependencies> | ||
<dependency> | ||
<groupId>software.amazon.lambda</groupId> | ||
<artifactId>powertools-idempotency</artifactId> | ||
<artifactId>powertools-idempotency-dynamodb</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was breaking tests |
||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.lambda</groupId> | ||
|
@@ -43,7 +43,7 @@ | |
<aspectLibraries> | ||
<aspectLibrary> | ||
<groupId>software.amazon.lambda</groupId> | ||
<artifactId>powertools-idempotency</artifactId> | ||
<artifactId>powertools-idempotency-core</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this was breaking tests |
||
</aspectLibrary> | ||
<aspectLibrary> | ||
<groupId>software.amazon.lambda</groupId> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
import software.amazon.lambda.powertools.idempotency.Idempotency; | ||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was breaking tests |
||
import software.amazon.lambda.powertools.logging.Logging; | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
<dependencies> | ||
<dependency> | ||
<groupId>software.amazon.lambda</groupId> | ||
<artifactId>powertools-idempotency</artifactId> | ||
<artifactId>powertools-idempotency-dynamodb</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was breaking tests |
||
</dependency> | ||
<dependency> | ||
<groupId>software.amazon.lambda</groupId> | ||
|
@@ -47,7 +47,7 @@ | |
<aspectLibraries> | ||
<aspectLibrary> | ||
<groupId>software.amazon.lambda</groupId> | ||
<artifactId>powertools-idempotency</artifactId> | ||
<artifactId>powertools-idempotency-core</artifactId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The aspect is in core, not DDB |
||
</aspectLibrary> | ||
<aspectLibrary> | ||
<groupId>software.amazon.lambda</groupId> | ||
|
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.
The aspect is in core, not DDB