aws-lambda

dabrazhe 2020-02-19T20:29:02.002400Z

Hi. Is someone using AWS lambda with a handler that :implements [com.amazonaws.services.lambda.runtime.RequestHandler] ? I'd like to know how to destructure the context argument as in (defn -handleRequest [this event context] It has type of lambdainternal.api.LambdaContext In Python it's smth like context.log_stream_name