Skip to content

Commit 26792f7

Browse files
committed
Add pay per request check
1 parent 9e99195 commit 26792f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ class ServerlessDynamodbLocal {
304304
if (migration.Tags) {
305305
delete migration.Tags;
306306
}
307-
if (migration.BillingMode) {
307+
if (migration.BillingMode === 'PAY_PER_REQUEST') {
308308
delete migration.BillingMode;
309309

310310
const defaultProvisioning = {

0 commit comments

Comments
 (0)