We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c69375 commit ae4c7f4Copy full SHA for ae4c7f4
src/index.ts
@@ -384,7 +384,7 @@ class ServerlessDynamoDBPlugin implements Plugin {
384
if (command['Tags']) {
385
delete command['Tags'];
386
}
387
- if (command['BillingMode'] === 'PAY_PER_REQUEST') {
+ if (command['BillingMode'] !== 'PROVISIONED') {
388
delete command['BillingMode'];
389
390
const defaultProvisioning = {
0 commit comments