zero icon indicating copy to clipboard operation
zero copied to clipboard

Allow startup developers to ship to production on day 1

Results 66 zero issues
Sort by recently updated
recently updated
newest added

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...

Epic
enhancement

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...

backend
CI
good first issue

### 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...

good first issue
module
enhancement

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...

good first issue
zero-create
enhancement

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...

backend
good first issue
module

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...

frontend
good first issue
module

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...

good first issue

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;...