Skip to content

Commit 37e98fe

Browse files
committed
Remove timeout
1 parent 89726ee commit 37e98fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

serverless.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ provider:
3030

3131
functions:
3232
api:
33-
timeout: 300
33+
timeout: 29
3434
memorySize: 128
3535
handler: wsgi_handler.handler
3636
events:
@@ -84,9 +84,9 @@ resources:
8484
KeyType: HASH
8585
- AttributeName: sk
8686
KeyType: RANGE
87-
ProvisionedThroughput:
88-
ReadCapacityUnits: 1
89-
WriteCapacityUnits: 1
87+
# ProvisionedThroughput:
88+
# ReadCapacityUnits: 1
89+
# WriteCapacityUnits: 1
9090
BillingMode: PAY_PER_REQUEST
9191
# s3bucket:
9292
# Type: AWS::S3::Bucket

0 commit comments

Comments
 (0)