protocol
protocol copied to clipboard
feat(serverless-orchestration): local service
Motivation
When developing bots it is important to have local test environment that is as close as possible to production. This allows also testing exact cloud configuration locally.
Summary
Adds helper scripts and documentation on how to run serverless orchestration in a local docker service.
Details
Currently, this does not support running bots that require access to GCP Datastore and caching service.
Testing
Check a box to describe how you tested these changes and list the steps for reviewers to test.
- [x] Ran end-to-end test, running the code as in production
- [ ] New unit tests created
- [ ] Existing tests adequate, no new tests required
- [ ] All existing tests pass
- [ ] Untested
Issue(s)
Fixes #XXXX