File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -11,34 +11,22 @@ custom:
1111 includeModules : true
1212 serverless-offline :
1313 reloadHandler : true
14- httpPort : 9000
15- lambdaPort : 9001
16- websocketPort : 9002
1714
1815provider :
1916 name : aws
2017 runtime : nodejs18.x
2118 region : us-east-1
22- logRetentionInDays : 90
2319
2420functions :
2521 proxy :
2622 handler : handlers.proxy
27- memorySize : 3008
2823 events :
2924 - http :
3025 path : /agnoStack/{route+}
3126 method : post
3227
3328resources :
3429 Resources :
35- ProxyLogGroup :
36- Type : AWS::Logs::LogGroup
37- UpdateReplacePolicy : Retain
38- DeletionPolicy : Retain
39- Properties :
40- LogGroupName : /aws/lambda/${self:service}-${sls:stage}-proxy
41- RetentionInDays : 90
4230 GatewayResponseDefault4XX :
4331 Type : ' AWS::ApiGateway::GatewayResponse'
4432 Properties :
You can’t perform that action at this time.
0 commit comments