.gitignore
LICENSE
README.md
pytest.ini
setup.cfg
setup.py
test-requirements.txt
.github/workflows/publish-package.yml
.github/workflows/tests.yml
src/config.py
src/config_schema.py
src/lambda_server.py
src/server.py
src/utils.py
src/local_lambda.egg-info/PKG-INFO
src/local_lambda.egg-info/SOURCES.txt
src/local_lambda.egg-info/dependency_links.txt
src/local_lambda.egg-info/requires.txt
src/local_lambda.egg-info/top_level.txt
src/scripts/local_lambda
tests/test_config.py
tests/test_utils.py
tests/data/config.json
tests/functions/main.py