aws.lambda icon indicating copy to clipboard operation
aws.lambda copied to clipboard

Properly return requested log from invoke_function

Open jonthegeek opened this issue 4 years ago • 0 comments

invoke_function has an argument LogType. When it's set to "Tail", the response includes a "X-Amz-Log-Result" element with that requested log.

This will require a change in the structure of how things are called, but should be dealt with. Right now it only returns the payload even when you request the log.

jonthegeek avatar Apr 14 '20 20:04 jonthegeek