You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following the documentation for batch-processing SQS messages, and it works well. I'd like to know if there are any examples / best practices for how to pass additional information from the lambda_handler to the record_handler. For example, I want to retrieve some SSM parameters in the lambda_handler code and make them available to the record_handler code. Is there a good way to do this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi --
I'm following the documentation for batch-processing SQS messages, and it works well. I'd like to know if there are any examples / best practices for how to pass additional information from the lambda_handler to the record_handler. For example, I want to retrieve some SSM parameters in the lambda_handler code and make them available to the record_handler code. Is there a good way to do this?
Thanks!
--Colin
Beta Was this translation helpful? Give feedback.
All reactions