We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8b2ddf commit 0cd6184Copy full SHA for 0cd6184
powertools-e2e-tests/handlers/idempotency/pom.xml
@@ -29,6 +29,14 @@
29
<groupId>org.aspectj</groupId>
30
<artifactId>aspectjrt</artifactId>
31
</dependency>
32
+ <dependency>
33
+ <groupId>com.amazonaws</groupId>
34
+ <artifactId>aws-lambda-java-runtime-interface-client</artifactId>
35
+ </dependency>
36
37
38
+ <artifactId>aws-lambda-java-core</artifactId>
39
40
</dependencies>
41
42
<build>
0 commit comments