Skip to content

Commit d7aa19e

Browse files
Ignoring PITR config
1 parent 3aece40 commit d7aa19e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ class ServerlessDynamodbLocal {
276276
if (migration.Tags) {
277277
delete migration.Tags;
278278
}
279+
if (migration.PointInTimeRecoverySpecification) {
280+
delete migration.PointInTimeRecoverySpecification;
281+
}
279282
dynamodb.raw.createTable(migration, (err) => {
280283
if (err) {
281284
if (err.name === 'ResourceInUseException') {

0 commit comments

Comments
 (0)