Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/amazon-sqs-dlq-replay-backoff
/ functions
Functions
9 in github.com/aws-samples/amazon-sqs-dlq-replay-backoff
⨍
Functions
9
◇
Types & classes
3
↓ 1 callers
Function
_sqs_attributes_cleaner
Transform SQS attributes from Lambda event to SQS message.
src/replay.py:76
↓ 1 callers
Method
backoff
Full jitter backoff function.
src/backoff.py:22
↓ 1 callers
Method
expo
Backoff function.
src/backoff.py:14
Method
__init__
Init.
src/backoff.py:9
Method
__init__
Init.
src/replay.py:92
Function
getLogger
Return a logger configured based on env variables.
src/lambdalogging.py:16
Function
handler
Lambda function handler.
src/replay.py:15
Function
mock_sqs
(mocker)
test/unit/test_replay.py:8
Function
test_handler
(mocker, mock_sqs)
test/unit/test_replay.py:13