Webhooks to synchronize Jira issues with Toggl project tasks
Includes support for deploying as a AWS Lambda function with an API Gateway front end.
$ pipenv --python 3.7
$ pipenv install --dev
$ . .venv/bin/activate
$ PYTHONPATH=jts pytest tests/unit
$ sam build
Running a single lambda in a local container:
$ sam local invoke -e tests/events/hook-request-1.json
Start a persistent local container with a web listener:
$ sam local start-api
$ sam deploy --profile <aws-profile> --guided