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

Implement ClientContext in invoke_function

Open jonthegeek opened this issue 5 years ago • 0 comments

The api accepts ClientContext, to pass to the context object of the function. We don't accept that parameter, likely because it has to be base64-encoded and may otherwise be... weird. I'm pretty sure httr can handle it and make it ~easy, though.

jonthegeek avatar Apr 14 '20 19:04 jonthegeek