Skip to content

Commit 34e5f42

Browse files
authored
Add support to Events v4 serialization v2
1 parent c27fe0b commit 34e5f42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/aws-lambda-java-events-sdk-transformer.yml

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
java-version: 1.8
2727

2828
# Install base module
29+
- name: Install serialization with Maven
30+
run: mvn -B install --file aws-lambda-java-serialization/pom.xml
2931
- name: Install events with Maven
3032
run: mvn -B install --file aws-lambda-java-events/pom.xml
3133
# Package target module

0 commit comments

Comments
 (0)