We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aedff3 commit b8519eeCopy full SHA for b8519ee
1 file changed
.github/workflows/samples.yml
@@ -44,6 +44,10 @@ jobs:
44
with:
45
java-version: 21
46
distribution: corretto
47
+
48
+ # Install events module
49
+ - name: Install events with Maven
50
+ run: mvn -B install --file aws-lambda-java-events/pom.xml
51
# Build custom-serialization samples
52
- name: install sam
53
uses: aws-actions/setup-sam@v2
0 commit comments