You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-06-15 00:15:15 +02:00
checkpoint
This commit is contained in:
@ -24,6 +24,8 @@
|
|||||||
"ec2:CreateRouteTable",
|
"ec2:CreateRouteTable",
|
||||||
"ec2:DescribeRouteTables",
|
"ec2:DescribeRouteTables",
|
||||||
"ec2:CreateRoute",
|
"ec2:CreateRoute",
|
||||||
|
"ec2:AttachInternetGateway",
|
||||||
|
"ec2:DescribeAccountAttributes",
|
||||||
"elasticache:DescribeCacheClusters",
|
"elasticache:DescribeCacheClusters",
|
||||||
"elasticache:CreateCacheCluster",
|
"elasticache:CreateCacheCluster",
|
||||||
"elasticache:DescribeCacheParameterGroups",
|
"elasticache:DescribeCacheParameterGroups",
|
||||||
@ -32,6 +34,7 @@
|
|||||||
"elasticache:ModifyCacheParameterGroup",
|
"elasticache:ModifyCacheParameterGroup",
|
||||||
"elasticloadbalancing:DescribeLoadBalancers",
|
"elasticloadbalancing:DescribeLoadBalancers",
|
||||||
"elasticloadbalancing:CreateLoadBalancer",
|
"elasticloadbalancing:CreateLoadBalancer",
|
||||||
|
"elasticloadbalancing:CreateListener",
|
||||||
"elasticloadbalancing:DescribeTargetGroups",
|
"elasticloadbalancing:DescribeTargetGroups",
|
||||||
"elasticloadbalancing:CreateTargetGroup",
|
"elasticloadbalancing:CreateTargetGroup",
|
||||||
"elasticloadbalancing:DescribeListeners",
|
"elasticloadbalancing:DescribeListeners",
|
||||||
|
@ -106,7 +106,7 @@ type serviceDeployRequest struct {
|
|||||||
|
|
||||||
VpcPublicName string `validate:"omitempty"`
|
VpcPublicName string `validate:"omitempty"`
|
||||||
VpcPublic *ec2.CreateVpcInput
|
VpcPublic *ec2.CreateVpcInput
|
||||||
VpcPublicSubnetsDesired int `validate:"omitempty"`
|
VpcPublicSubnets []*ec2.CreateSubnetInput
|
||||||
|
|
||||||
EnableLambdaVPC bool `validate:"omitempty"`
|
EnableLambdaVPC bool `validate:"omitempty"`
|
||||||
NoBuild bool `validate:"omitempty"`
|
NoBuild bool `validate:"omitempty"`
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user