-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve documentation for local setup and testing #145
Comments
@cloud-gov/platform-ops, did I miss anything here or is there anything else specific to add? |
🤔 Speaking of the |
maybe |
In order to make it easier for folks to work on our AWS broker, we want to update and improve our documentation around the local setup and testing of the broker so that it is easy to get up and running quickly to perform maintenance or add new features.
Acceptance Criteria
WHEN someone checks out the repo
AND starts to work on the broker
THEN they should be able to get the broker working easily locally
AND be able to run existing tests easily
AND be able to add new tests easily
Security considerations
Implementation sketch
dev
script that we've been including in other recent projects (e.g., here, here, and here)There have been a few revisions and updates to Go since this documentation was last looked at. We may want to make sure this works with recent versions, especially with consideration to updates in how Go testing works. If this requires more work than updating Go dependencies and changing a couple of references to modules/commands to run, we should write a separate ticket for that work.
Alternatively, Docker-izing this repo may be a better approach to this to help keep things up to date and easy to run locally.
The text was updated successfully, but these errors were encountered: