.gitignore
.python-version
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
README.md
bandit.yaml
docker-compose.yml
main.py
pyproject.toml
pytest.ini
setup.cfg
setup.py
.devcontainer/.DS_Store
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/CODEOWNERS
.github/workflows/ci-cd.yaml
.vscode/launch.json
.vscode/settings.json
example/execute_error.py
example/heartbeet_error.py
example/simple.py
example/simple_fifo.py
example/simple_fifo_dlq.py
example/test.py
sqs_apolling.egg-info/PKG-INFO
sqs_apolling.egg-info/SOURCES.txt
sqs_apolling.egg-info/dependency_links.txt
sqs_apolling.egg-info/entry_points.txt
sqs_apolling.egg-info/requires.txt
sqs_apolling.egg-info/top_level.txt
sqs_polling/__init__.py
sqs_polling/__main__.py
sqs_polling/__version__.py
sqs_polling/exceptions.py
sqs_polling/execute_result.py
sqs_polling/handler.py
sqs_polling/main.py
sqs_polling/polling.py
sqs_polling/signal.py
sqs_polling/types.py
sqs_polling/utils.py
tools/localstack.sh
tools/start-command.sh