From 899ab8b11574f0aa321d0a81c58394e6410ca051 Mon Sep 17 00:00:00 2001 From: max funk Date: Thu, 19 Oct 2023 10:24:45 -0700 Subject: [PATCH] docs --- scripts/README.md | 10 +++++----- services/graphql/README.md | 16 ++++++++++++++++ 2 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 services/graphql/README.md diff --git a/scripts/README.md b/scripts/README.md index 14d2d29d..21265442 100755 --- a/scripts/README.md +++ b/scripts/README.md @@ -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 @@ -290,4 +286,8 @@ print list of pids and apps ##### `print-value.sh` -print the value of an `env-var` in `project.yaml` \ No newline at end of file +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 \ No newline at end of file diff --git a/services/graphql/README.md b/services/graphql/README.md new file mode 100644 index 00000000..8e60f390 --- /dev/null +++ b/services/graphql/README.md @@ -0,0 +1,16 @@ +

+ systemaccounting +

+ + +### 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 \ No newline at end of file