aws.lambda
aws.lambda copied to clipboard
Implement ClientContext in invoke_function
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.