Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Traceback (most recent call last):
  2. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) File "/var/task/chalice/app.py", line 731, in _get_view_function_response
  3. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) response = view_function(**function_args)
  4. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) File "/var/task/app.py", line 102, in process_batch
  5. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) Payload=json.dumps(image_batch_submitter_input)
  6. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) File "/var/task/botocore/client.py", line 357, in _api_call
  7. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) return self._make_api_call(operation_name, kwargs)
  8. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) File "/var/task/botocore/client.py", line 661, in _make_api_call
  9. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) raise error_class(parsed_response, operation_name)
  10. [2019-01-23T13:50:52-05:00] (2019/01/23/[$LATEST]1bd124764fde420796c0afd7715c48a8) botocore.exceptions.ClientError: An error occurred (RequestEntityTooLargeException) when calling the Invoke operation: 2123717 byte payload is too large for the Event invocation type (limit 262144 bytes)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement