We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4775b55 + 8fd5048 commit 6a38b68Copy full SHA for 6a38b68
samples/README.md
@@ -8,7 +8,7 @@ on Agave.
8
### Base Image ###
9
The `abacosamples/base-ubu` image provides the following convenience utilities for writing (Python2) actor functions:
10
* `get_context()` - returns a Python dictionary with the following fields:
11
- * `raw_message` - the original message, either string or JSON depending on the Contetnt-Type.
+ * `raw_message` - the original message, either string or JSON depending on the Content-Type.
12
* `content_type` - derived from the original message request.
13
* `message_dict` - A Python dictionary representing the message (for Content-Type: application/json)
14
* `execution_id` - the ID of this execution.
0 commit comments