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