We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f4c85 commit cbddb82Copy full SHA for cbddb82
README.md
@@ -179,6 +179,19 @@ curl --request POST \
179
{"message":"This is a response"}
180
```
181
182
+You can also use the following format for your event, in order to avoid using the Amazon API Gateway format:
183
+```
184
+{
185
+ "event": {
186
+ "key1": "value1",
187
+ "key2": "value2",
188
+ "key3": "value3"
189
+ }
190
+}
191
192
+
193
+In this case, the event will be passed directly to the handler.
194
195
## About: Definitions
196
197
### Event data
0 commit comments