Skip to content

Commit ff700e7

Browse files
committed
review aws#2
1 parent d5eb618 commit ff700e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ jobs:
3434
run: mvn -B package --file aws-lambda-java-serialization/pom.xml
3535
- name: Build events-sdk-transformer with Maven
3636
run: mvn -B package --file aws-lambda-java-events-sdk-transformer/pom.xml
37-

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)