generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Issue
- Docs mention batching for Map step. However, batching is not yet implemented.
- Wait for condition: Docs show FixedWait, ExponentialBackoff but they do not exist in SDK.
- According to docs WaitForConditionConfig has a condition field which is not the case
- Can a checkpointed step return List[Dict] ? Docs state: “Lists containing only primitives” but seems to work
- Dictionaries are serialized in the following format. Does user pay for original format or this format which will consume more space? -> User pays for serialized version -> Docs should mention this ?
{
"t": "l",
"v": [
{
"t": "m",
"v": {
"virtid": {
"t": "s",
"v": "i-0"
},
"domid": {
"t": "i",
"v": 111111
},
"region": {
"t": "s",
"v": "us-east-1"
},
"target": {
"t": "s",
"v": "1.1.1.1"
},
"inBytes": {
"t": "i",
"v": 0
},
"outBytes": {
"t": "i",
"v": 4405997760
},
Page/Location
...
Suggested Fix
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation