Skip to content

Commit 7807037

Browse files
committed
review aws#2
1 parent 3f7087d commit 7807037

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/maven-build-all.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
3636
- name: Build runtime-interface-client with Maven
3737
run: mvn -B package --file aws-lambda-java-runtime-interface-client/pom.xml
38+
- name: Build test module with Maven
39+
run: mvn -B package --file aws-lambda-java-tests/pom.xml

aws-lambda-java-tests/src/test/resources/sqs/sqs_event_product.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"messageId": "d9144555-9a4f-4ec3-99a0-34ce359b4b54",
55
"receiptHandle": "13e7f7851d2eaa5c01f208ebadbf1e72==",
6-
"body": "{\n \"id\": 1234,\n \"name\": \"Playstation 5\",\n \"price\": 450\n}",
6+
"body": "{\n \"id\": 1234,\n \"name\": \"Product1234\",\n \"price\": 450\n}",
77
"attributes": {
88
"ApproximateReceiveCount": "1",
99
"SentTimestamp": "1601975706495",

0 commit comments

Comments
 (0)