Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: wire missing DB env vars into worker and step_result lambdas
worker: - replace unused RESULTS_QUEUE_URL with input_queue_url (sqs.delete_message) - add dbEndpoint, dbUsername, dbDatabase, dbRegion step_result: - add environment block with dbEndpoint, dbUsername, dbDatabase, dbRegion dispatcher unchanged (no DB access)
- Loading branch information