You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Examples/HelloJSON/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This is a simple example of an AWS Lambda function that takes a JSON structure as input parameter and returns a JSON structure as response.
4
4
5
+
The runtime takes care of decoding the input and encoding the output.
6
+
5
7
## Code
6
8
7
9
The code defines a `HelloRequest` and `HelloResponse` data structure to represent the input and outpout payload. These structures are typically shared with a client project, such as an iOS application.
0 commit comments