README.md
pyproject.toml
src/iisi_app_core/__init__.py
src/iisi_app_core/datetime_utils.py
src/iisi_app_core/feature_flags.py
src/iisi_app_core/py.typed
src/iisi_app_core.egg-info/PKG-INFO
src/iisi_app_core.egg-info/SOURCES.txt
src/iisi_app_core.egg-info/dependency_links.txt
src/iisi_app_core.egg-info/requires.txt
src/iisi_app_core.egg-info/top_level.txt
src/iisi_app_core/bootstrap/__init__.py
src/iisi_app_core/bootstrap/autoload.py
src/iisi_app_core/bootstrap/components.py
src/iisi_app_core/dispatch/__init__.py
src/iisi_app_core/dispatch/api_gateway.py
src/iisi_app_core/dispatch/contracts.py
src/iisi_app_core/dispatch/eventbridge.py
src/iisi_app_core/dispatch/models.py
src/iisi_app_core/handlers/__init__.py
src/iisi_app_core/handlers/cors.py
src/iisi_app_core/rest/__init__.py
src/iisi_app_core/rest/cors.py
src/iisi_app_core/rest/responses.py
src/iisi_app_core/runtime/__init__.py
src/iisi_app_core/runtime/context.py
src/iisi_app_core/runtime/lambda_handler.py
src/iisi_app_core/support/__init__.py
src/iisi_app_core/support/authz.py
src/iisi_app_core/support/errors.py
src/iisi_app_core/support/logging.py
src/iisi_app_core/support/serialization.py
tests/test_authz.py
tests/test_autoload.py
tests/test_context_container.py
tests/test_decorators.py
tests/test_exception_mapper.py
tests/test_exports.py
tests/test_feature_flags.py
tests/test_handlers_cors.py
tests/test_handlers_event.py
tests/test_handlers_jwt.py
tests/test_platform_utils.py
tests/test_rest_responses.py