File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Mappings:
46
46
- http://localhost:5173
47
47
AadValidClientId : 251efa82-f589-42e1-9ebb-e214a4f40a0f
48
48
KindeValidClientId : 9dfcd7977da347f3ab55fbb909a4d5cf
49
+ LogRetentionDays : 7
49
50
prod :
50
51
ApiCertificateArn : arn:aws:acm:us-east-1:298118738376:certificate/6142a0e2-d62f-478e-bf15-5bdb616fe705 # DO NOT CHANGE
51
52
HostedZoneId : Z05246633460N5MEB9DBF # DO NOT CHANGE (account constant)
@@ -54,6 +55,7 @@ Mappings:
54
55
- https://resumes.acm.illinois.edu
55
56
AadValidClientId : 5178a6b1-f46d-40a2-b550-1389b9316446
56
57
KindeValidClientId : fdacad7aea554755844105f5606da0f6
58
+ LogRetentionDays : 30
57
59
EnvironmentToCidr :
58
60
dev :
59
61
SecurityGroupIds :
@@ -87,16 +89,16 @@ Resources:
87
89
Properties :
88
90
Location : ./logs.yml
89
91
Parameters :
90
- CacheDynamoTableName : !Ref CacheDynamoTableName
92
+ LambdaFunctionName : !Ref LambdaFunctionName
93
+ AuthLambdaFunctionName : !Ref AuthLambdaFunctionName
94
+ LogRetentionDays : !FindInMap [ApiGwConfig, !Ref RunEnvironment, LogRetentionDays]
91
95
92
96
ResumeBookDynamoTables :
93
97
Type : AWS::Serverless::Application
94
98
Properties :
95
99
Location : ./dynamo.yml
96
100
Parameters :
97
- LambdaFunctionName : !Ref LambdaFunctionName
98
- AuthLambdaFunctionName : !Ref AuthLambdaFunctionName
99
- LogRetentionDays : 7
101
+ CacheDynamoTableName : !Ref CacheDynamoTableName
100
102
101
103
# Since having a Lambda in a VPC disables IPv4 network access to WAN
102
104
# this is a non-VPCed version of the same lambda that we can call from API Gateway
You can’t perform that action at this time.
0 commit comments