AWS Lambda Adapter: Expose aws_request_id and log_stream_name in SlackRequestHandler context #1035
Open
1 of 4 tasks
Labels
Milestone
I would like to add two parameters from the AWS Lambda context into the BoltRequest context in AWS :
These parameters are useful for manual logging and are accessible directly from the
context
variable withinlambda_handler(event, context)
function when not in Bolt framework. I would like to also make them available in Bolt framework. Proposed code mirrors howbolt_req.context
is currently populated in AWS Lambda adapter handler:I am open to implementing this feature myself if there is desire to add it to bolt-python.
Category (place an
x
in each of the[ ]
)Requirements
Please read the Contributing guidelines and Code of Conduct before creating this issue or pull request. By submitting, you are agreeing to those rules.
The text was updated successfully, but these errors were encountered: