Skip to content

Instantly share code, notes, and snippets.

@kainlite
Last active April 27, 2019 20:53
Show Gist options
  • Select an option

  • Save kainlite/ea98dcf28b0fe1df31c662e5051bb5b5 to your computer and use it in GitHub Desktop.

Select an option

Save kainlite/ea98dcf28b0fe1df31c662e5051bb5b5 to your computer and use it in GitHub Desktop.
$ aws lambda invoke --function-name$ test_lambda --invocation-type RequestResponse --log-type Tail - | jq '.LogResult' -r | base64 --decode
START RequestId: 760a31c6-8ba4-48ac-9a8f-0cf0ec7bf7ac Version: $LATEST
2019-04-27T20:14:23.630Z 760a31c6-8ba4-48ac-9a8f-0cf0ec7bf7ac Hello world!
END RequestId: 760a31c6-8ba4-48ac-9a8f-0cf0ec7bf7ac
REPORT RequestId: 760a31c6-8ba4-48ac-9a8f-0cf0ec7bf7ac Duration: 75.06 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 48 MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment