Skip to content

Commit 0cd6184

Browse files
committed
Add required Lambda dependencies for native images.
1 parent c8b2ddf commit 0cd6184

File tree

1 file changed

+8
-0
lines changed
  • powertools-e2e-tests/handlers/idempotency

1 file changed

+8
-0
lines changed

powertools-e2e-tests/handlers/idempotency/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@
2929
<groupId>org.aspectj</groupId>
3030
<artifactId>aspectjrt</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>com.amazonaws</groupId>
34+
<artifactId>aws-lambda-java-runtime-interface-client</artifactId>
35+
</dependency>
36+
<dependency>
37+
<groupId>com.amazonaws</groupId>
38+
<artifactId>aws-lambda-java-core</artifactId>
39+
</dependency>
3240
</dependencies>
3341

3442
<build>

0 commit comments

Comments
 (0)