zero
zero copied to clipboard
Allow startup developers to ship to production on day 1
To enable a simplified, low-cost option for people who are just getting their product started, we should add support for running serverless applications, with an easy way to transition to...
In all the modules that use ECR to deploy images (maybe just go and node backends), change the call to the orb to add `checkout: false` since we are already...
### Context Seems like terraform provider `registry.terraform.io/hashicorp/template` does not have a package available for my current platform which darwin_arm64 (Apple Silicon). This is a known issue and the fix was...
The check function in `gha-setup.sh` in the application modules (backend-go, backend-node, frontend-react, static-gatsby) run a script to check for binaries and then do a curl call to github to verify...
If there is a syntax error in a template during `zero create` we get a big ugly stack trace. Let's improve this and see if we can show a nice...
Originally the "zero-deployable-backend" project was supposed to be this but it sort of turned into the Go backend. We should have a project which gives an example of how to...
Related to #368 If someone wants to create a new frontend that is deployable into Zero infrastructure (using S3/Cloudfront) but doesn't want any of our existing frontend (React) boilerplate, there...
When running zero apply, I got an error that `gh` binary was not available. `zero check` should had mentioned it. ``` 2021/10/20 14:09:50 The following Module check(s) failed: - Module...
I was trying out Zero and, to avoid regrets later, I was running it with a "low privilege" user (`dev`). This caused errors when TF tried to make changes to...
Several of the TF actions in the `infrastructure/terraform/environments/shared` folder make changes to the Roles and Policies in AIM, and require to essentially run the `zero apply` with an `Admin`-level user;...