This lambda fetches time entries with the label billable
of Toggl, aggregates the data, sets the tasks to billed
and creates draft invoices with Debitoor.
# Settings for the billing task
export TOGGL_API_TOKEN="<toggl_api_token>"
export DEBITOOR_API_TOKEN="<debitoor_api_token>"
- CiCd
- Tests
- E2E Tests
- development deploy
- production deploy