Skip to content

Commit aad85fc

Browse files
authored
add billingmode to dynamodb to fix deployment (#6)
1 parent a8d8c12 commit aad85fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

serverless.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ resources:
1818
KeySchema:
1919
- AttributeName: id
2020
KeyType: HASH
21+
BillingMode: PAY_PER_REQUEST
2122
RDSCluster:
2223
Type: AWS::RDS::DBCluster
2324
Properties:

0 commit comments

Comments
 (0)