We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66ddcf commit 0b020f5Copy full SHA for 0b020f5
.github/workflows/samples.yml
@@ -28,6 +28,9 @@ jobs:
28
# Install events module
29
- name: Install events with Maven
30
run: mvn -B install --file aws-lambda-java-events/pom.xml
31
+ # Install serialization module
32
+ - name: Install serialization with Maven
33
+ run: mvn -B install --file aws-lambda-java-serialization/pom.xml
34
# Install tests module
35
- name: Install tests with Maven
36
run: mvn -B install --file aws-lambda-java-tests/pom.xml
0 commit comments