Skip to content

Commit

Permalink
add PAY_PER_REQUEST mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 6, 2024
1 parent 6d74723 commit 8bc2287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const serverlessConfig: Serverless = {
KeyType: "RANGE",
},
],
BillingMode: "PAY_PER_REQUEST",
},
},
},
Expand Down

0 comments on commit 8bc2287

Please sign in to comment.