Commit 8f95a64
Fixing Queue representation in ConnectEvent.java
AWS Connect defines the Queue as an object, not a string. The object contains ARN and name (as well as address and type).
I am fixing the Event model so that it correctly deserialised.
For reference, I have followed the model used by the Go implementation here: https://github.com/aws/aws-lambda-go/blame/main/events/connect.go1 parent 95dc035 commit 8f95a64
File tree
1 file changed
+10
-1
lines changed- aws-lambda-java-events/src/main/java/com/amazonaws/services/lambda/runtime/events
1 file changed
+10
-1
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
75 | 84 | | |
76 | 85 | | |
77 | 86 | | |
| |||
0 commit comments