@@ -9,50 +9,70 @@ workflows:
99 description : Vendor addon components.
1010 steps :
1111 - command : workflow vendor -f addons/alb
12+ - command : workflow vendor -f addons/api-gateway
1213 - command : workflow vendor -f addons/cognito
14+ - command : workflow vendor -f addons/ec2-instance
15+ - command : workflow vendor -f addons/kinesis-stream
1316 - command : workflow vendor -f addons/kms
1417 - command : workflow vendor -f addons/lambda
18+ - command : workflow vendor -f addons/memorydb
1519 - command : workflow vendor -f addons/s3-bucket
20+ - command : workflow vendor -f addons/ses
1621 - command : workflow vendor -f addons/sns-topic
22+ - command : workflow vendor -f addons/spa-s3-cloudfront
1723 - command : workflow vendor -f addons/sqs-queue
1824 - command : workflow vendor -f addons/ssm-parameters
1925 - 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
2526
2627 deploy/all :
2728 description : run all deploy workflows
2829 steps :
2930 - command : workflow deploy/alb -f addons
31+ - command : workflow deploy/api-gateway -f addons
3032 - command : workflow deploy/cognito -f addons
33+ - command : workflow deploy/ec2-instance -f addons
34+ - command : workflow deploy/kinesis-stream -f addons
3135 - command : workflow deploy/kms -f addons
3236 - command : workflow deploy/lambda -f addons
37+ - command : workflow deploy/memorydb -f addons
3338 - command : workflow deploy/s3-bucket -f addons
39+ - command : workflow deploy/ses -f addons
3440 - command : workflow deploy/sns-topic -f addons
41+ - command : workflow deploy/spa-s3-cloudfront -f addons
3542 - command : workflow deploy/sqs-queue -f addons
3643 - command : workflow deploy/ssm-parameters -f addons
3744 - 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
4345
4446 deploy/alb :
4547 description : >-
4648 Deploy Alb Component.
4749 Please modify the stacks/workflows/addons/alb.yaml to customize
4850 steps :
4951 - command : workflow all -f addons/alb
52+ deploy/api-gateway :
53+ description : >-
54+ Deploy Api-Gateway Component.
55+ Please modify the stacks/workflows/addons/api-gateway.yaml to customize
56+ steps :
57+ - command : workflow all -f addons/api-gateway
5058 deploy/cognito :
5159 description : >-
5260 Deploy Cognito Component.
5361 Please modify the stacks/workflows/addons/cognito.yaml to customize
5462 steps :
5563 - command : workflow all -f addons/cognito
64+ deploy/ec2-instance :
65+ description : >-
66+ Deploy Ec2-Instance Component.
67+ Please modify the stacks/workflows/addons/ec2-instance.yaml to customize
68+ steps :
69+ - command : workflow all -f addons/ec2-instance
70+ deploy/kinesis-stream :
71+ description : >-
72+ Deploy Kinesis-Stream Component.
73+ Please modify the stacks/workflows/addons/kinesis-stream.yaml to customize
74+ steps :
75+ - command : workflow all -f addons/kinesis-stream
5676 deploy/kms :
5777 description : >-
5878 Deploy Kms Component.
@@ -65,18 +85,36 @@ workflows:
6585 Please modify the stacks/workflows/addons/lambda.yaml to customize
6686 steps :
6787 - command : workflow all -f addons/lambda
88+ deploy/memorydb :
89+ description : >-
90+ Deploy Memorydb Component.
91+ Please modify the stacks/workflows/addons/memorydb.yaml to customize
92+ steps :
93+ - command : workflow all -f addons/memorydb
6894 deploy/s3-bucket :
6995 description : >-
7096 Deploy S3-Bucket Component.
7197 Please modify the stacks/workflows/addons/s3-bucket.yaml to customize
7298 steps :
7399 - command : workflow all -f addons/s3-bucket
100+ deploy/ses :
101+ description : >-
102+ Deploy Ses Component.
103+ Please modify the stacks/workflows/addons/ses.yaml to customize
104+ steps :
105+ - command : workflow all -f addons/ses
74106 deploy/sns-topic :
75107 description : >-
76108 Deploy Sns-Topic Component.
77109 Please modify the stacks/workflows/addons/sns-topic.yaml to customize
78110 steps :
79111 - command : workflow all -f addons/sns-topic
112+ deploy/spa-s3-cloudfront :
113+ description : >-
114+ Deploy Spa-S3-Cloudfront Component.
115+ Please modify the stacks/workflows/addons/spa-s3-cloudfront.yaml to customize
116+ steps :
117+ - command : workflow all -f addons/spa-s3-cloudfront
80118 deploy/sqs-queue :
81119 description : >-
82120 Deploy Sqs-Queue Component.
@@ -95,33 +133,3 @@ workflows:
95133 Please modify the stacks/workflows/addons/waf.yaml to customize
96134 steps :
97135 - 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