Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. Execution log for request test-request
  2. Thu Oct 20 17:58:05 UTC 2016 : Starting execution for request: test-invoke-request
  3. Thu Oct 20 17:58:05 UTC 2016 : HTTP Method: DELETE, Resource Path: /delete/Bill
  4. Thu Oct 20 17:58:05 UTC 2016 : Method request path: {blahID=Bill}
  5. Thu Oct 20 17:58:05 UTC 2016 : Method request query string: {}
  6. Thu Oct 20 17:58:05 UTC 2016 : Method request headers: {}
  7. Thu Oct 20 17:58:05 UTC 2016 : Method request body before transformations:
  8. Thu Oct 20 17:58:05 UTC 2016 : Endpoint request URI: https://dynamodb.us-west-2.amazonaws.com/?Action=DeleteItem
  9. Thu Oct 20 17:58:05 UTC 2016 : Endpoint request headers: {Authorization=****************************************************************************************************************************************************************************************************************************************************************************************a7c687, X-Amz-Date=20161020T175805Z, x-amzn-apigateway-api-id=kbpx8ccm2d, Accept=application/json, User-Agent=AmazonAPIGateway_kbpx8ccm2d, X-Amz-Security-Token=AgoGb3JpZ2luEHYaCXVzLXdlc3QtMiKAAgo8qbqZysATH3NGlM1c5Z5QvhGGdGSdK/+hkoiReEHxtLsqKaBiNw0HTqeVXXXM0NdCsy38YOuRZocwZy0+yIVYm4Y/YhKiFf4LEGm5sWoGJdpl/LUMbRr5t0/u9N89Zt+KFyfShl4KOqsQroFs+F/M/qwOBn+vmMfSOacUJwWKeZNIVWDxwM4JJUBuGJdpV58d7CUQzOeqBAijIJdSfLTdfHrYoVHu1/QZFjY1DvJ3r15BS8H6Aynx526Y9a7670iMWM7byVP0yweuaqKEfDIJX3lek3Z7VDNRjzmenDRbRvZonOUtt8fWh1dNjfmkL15pe6B9rJDXaDaQJb/g1rEq6AIISxAAGgwwMTc3NjU3OTMxNjgiDJHggFvOtZVFdOOdzSrFAv/DzwDJtE7wmtLobWIhLSBiXP8QGenjc7tbSTA8ijwVPhcc4LEEzVLTc/8QN7Z53Tg87H8OuFb+8HXMEuL4d6PSG2G2QNlkOO7nMnx8Wgo+C2C2zYBIIMU [TRUNCATED]
  10. Thu Oct 20 17:58:05 UTC 2016 : Endpoint request body after transformations: {
  11. "TableName": "Blah",
  12. "KeyConditionExpression": "blahID= :v1",
  13. "ExpressionAttributeValues": {
  14. ":v1": {
  15. "S": "Bill"
  16. }
  17. }
  18. }
  19. Thu Oct 20 17:58:05 UTC 2016 : Endpoint response body before transformations: {"__type":"com.amazon.coral.validate#ValidationException","message":"1 validation error detected: Value null at 'key' failed to satisfy constraint: Member must not be null"}
  20. Thu Oct 20 17:58:05 UTC 2016 : Endpoint response headers: {x-amzn-RequestId=L7D6RRFBRBLGLMPD9NVAA9QOQFVV4KQNSO5AEMVJF66Q9ASUAAJG, x-amz-crc32=455235260, Content-Length=173, Date=Thu, 20 Oct 2016 17:58:05 GMT, Content-Type=application/x-amz-json-1.0}
  21. Thu Oct 20 17:58:05 UTC 2016 : Method response body after transformations: {"__type":"com.amazon.coral.validate#ValidationException","message":"1 validation error detected: Value null at 'key' failed to satisfy constraint: Member must not be null"}
  22. Thu Oct 20 17:58:05 UTC 2016 : Method response headers: {Content-Type=application/json}
  23. Thu Oct 20 17:58:05 UTC 2016 : Successfully completed execution
  24. Thu Oct 20 17:58:05 UTC 2016 : Method completed with status: 200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement