|
| 1 | +workflows: |
| 2 | + all: |
| 3 | + description: run all workflows |
| 4 | + steps: |
| 5 | + - command: workflow vendor -f addons |
| 6 | + - command: workflow deploy/all -f addons |
| 7 | + |
| 8 | + vendor: |
| 9 | + description: Vendor addon components. |
| 10 | + steps: |
| 11 | + - command: workflow vendor -f addons/alb |
| 12 | + - command: workflow vendor -f addons/cognito |
| 13 | + - command: workflow vendor -f addons/kms |
| 14 | + - command: workflow vendor -f addons/lambda |
| 15 | + - command: workflow vendor -f addons/s3-bucket |
| 16 | + - command: workflow vendor -f addons/sns-topic |
| 17 | + - command: workflow vendor -f addons/sqs-queue |
| 18 | + - command: workflow vendor -f addons/ssm-parameters |
| 19 | + - command: workflow vendor -f addons/waf |
| 20 | + - command: workflow vendor -f addons/api-gateway |
| 21 | + - command: workflow vendor -f addons/kinesis-stream |
| 22 | + - command: workflow vendor -f addons/ses |
| 23 | + - command: workflow vendor -f addons/spa-s3-cloudfront |
| 24 | + - command: workflow vendor -f addons/ec2-instance |
| 25 | + |
| 26 | + deploy/all: |
| 27 | + description: run all deploy workflows |
| 28 | + steps: |
| 29 | + - command: workflow deploy/alb -f addons |
| 30 | + - command: workflow deploy/cognito -f addons |
| 31 | + - command: workflow deploy/kms -f addons |
| 32 | + - command: workflow deploy/lambda -f addons |
| 33 | + - command: workflow deploy/s3-bucket -f addons |
| 34 | + - command: workflow deploy/sns-topic -f addons |
| 35 | + - command: workflow deploy/sqs-queue -f addons |
| 36 | + - command: workflow deploy/ssm-parameters -f addons |
| 37 | + - command: workflow deploy/waf -f addons |
| 38 | + - command: workflow deploy/api-gateway -f addons |
| 39 | + - command: workflow deploy/kinesis-stream -f addons |
| 40 | + - command: workflow deploy/ses -f addons |
| 41 | + - command: workflow deploy/spa-s3-cloudfront -f addons |
| 42 | + - command: workflow deploy/ec2-instance -f addons |
| 43 | + |
| 44 | + deploy/alb: |
| 45 | + description: >- |
| 46 | + Deploy Alb Component. |
| 47 | + Please modify the stacks/workflows/addons/alb.yaml to customize |
| 48 | + steps: |
| 49 | + - command: workflow all -f addons/alb |
| 50 | + deploy/cognito: |
| 51 | + description: >- |
| 52 | + Deploy Cognito Component. |
| 53 | + Please modify the stacks/workflows/addons/cognito.yaml to customize |
| 54 | + steps: |
| 55 | + - command: workflow all -f addons/cognito |
| 56 | + deploy/kms: |
| 57 | + description: >- |
| 58 | + Deploy Kms Component. |
| 59 | + Please modify the stacks/workflows/addons/kms.yaml to customize |
| 60 | + steps: |
| 61 | + - command: workflow all -f addons/kms |
| 62 | + deploy/lambda: |
| 63 | + description: >- |
| 64 | + Deploy Lambda Component. |
| 65 | + Please modify the stacks/workflows/addons/lambda.yaml to customize |
| 66 | + steps: |
| 67 | + - command: workflow all -f addons/lambda |
| 68 | + deploy/s3-bucket: |
| 69 | + description: >- |
| 70 | + Deploy S3-Bucket Component. |
| 71 | + Please modify the stacks/workflows/addons/s3-bucket.yaml to customize |
| 72 | + steps: |
| 73 | + - command: workflow all -f addons/s3-bucket |
| 74 | + deploy/sns-topic: |
| 75 | + description: >- |
| 76 | + Deploy Sns-Topic Component. |
| 77 | + Please modify the stacks/workflows/addons/sns-topic.yaml to customize |
| 78 | + steps: |
| 79 | + - command: workflow all -f addons/sns-topic |
| 80 | + deploy/sqs-queue: |
| 81 | + description: >- |
| 82 | + Deploy Sqs-Queue Component. |
| 83 | + Please modify the stacks/workflows/addons/sqs-queue.yaml to customize |
| 84 | + steps: |
| 85 | + - command: workflow all -f addons/sqs-queue |
| 86 | + deploy/ssm-parameters: |
| 87 | + description: >- |
| 88 | + Deploy Ssm-Parameters Component. |
| 89 | + Please modify the stacks/workflows/addons/ssm-parameters.yaml to customize |
| 90 | + steps: |
| 91 | + - command: workflow all -f addons/ssm-parameters |
| 92 | + deploy/waf: |
| 93 | + description: >- |
| 94 | + Deploy Waf Component. |
| 95 | + Please modify the stacks/workflows/addons/waf.yaml to customize |
| 96 | + steps: |
| 97 | + - command: workflow all -f addons/waf |
| 98 | + deploy/api-gateway: |
| 99 | + description: >- |
| 100 | + Deploy Api-Gateway Component. |
| 101 | + Please modify the stacks/workflows/addons/api-gateway.yaml to customize |
| 102 | + steps: |
| 103 | + - command: workflow all -f addons/api-gateway |
| 104 | + deploy/kinesis-stream: |
| 105 | + description: >- |
| 106 | + Deploy Kinesis-Stream Component. |
| 107 | + Please modify the stacks/workflows/addons/kinesis-stream.yaml to customize |
| 108 | + steps: |
| 109 | + - command: workflow all -f addons/kinesis-stream |
| 110 | + deploy/ses: |
| 111 | + description: >- |
| 112 | + Deploy Ses Component. |
| 113 | + Please modify the stacks/workflows/addons/ses.yaml to customize |
| 114 | + steps: |
| 115 | + - command: workflow all -f addons/ses |
| 116 | + deploy/spa-s3-cloudfront: |
| 117 | + description: >- |
| 118 | + Deploy Spa-S3-Cloudfront Component. |
| 119 | + Please modify the stacks/workflows/addons/spa-s3-cloudfront.yaml to customize |
| 120 | + steps: |
| 121 | + - command: workflow all -f addons/spa-s3-cloudfront |
| 122 | + deploy/ec2-instance: |
| 123 | + description: >- |
| 124 | + Deploy Ec2-Instance Component. |
| 125 | + Please modify the stacks/workflows/addons/ec2-instance.yaml to customize |
| 126 | + steps: |
| 127 | + - command: workflow all -f addons/ec2-instance |
0 commit comments