Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mxfactorial committed Oct 19, 2023
1 parent 4ff6d3b commit 899ab8b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,6 @@ configures machine with aws credentials, then builds a dev environment in aws
creates and deletes an aws iam user for gitpod
##### `delete-lambda-layers.sh`
deletes lambda layer versions created by `build-dev-env.sh`
##### `terraform-init-dev.sh`
inits terraform state for dev envs
Expand Down Expand Up @@ -290,4 +286,8 @@ print list of pids and apps
##### `print-value.sh`
print the value of an `env-var` in `project.yaml`
print the value of an `env-var` in `project.yaml`
##### `post-go-migrate.sh`
send a http request to the internal `migrations/go-migrate` tool
16 changes: 16 additions & 0 deletions services/graphql/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<p align="center">
<img width="475" alt="systemaccounting" src="https://user-images.githubusercontent.com/12200465/37568924-06f05d08-2a99-11e8-8891-60f373b33421.png">
</p>


### graphql

structures and routes requests to systemaccounting services

#### build & deploy FAST
* `make deploy ENV=dev` to build and deploy lambda

#### clean
1. `make clean`

terraform: https://github.com/systemaccounting/mxfactorial/blob/develop/infrastructure/terraform/aws/modules/environment/v001/graphql.tf

0 comments on commit 899ab8b

Please sign in to comment.