Skip to content

Commit 8a2a389

Browse files
Merge pull request #178 from gevorggalstyan/v1
Ignoring PITR config
2 parents 3aece40 + 732e2b0 commit 8a2a389

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,14 @@ class ServerlessDynamodbLocal {
273273
migration.SSESpecification.Enabled = migration.SSESpecification.SSEEnabled;
274274
delete migration.SSESpecification.SSEEnabled;
275275
}
276+
276277
if (migration.Tags) {
277278
delete migration.Tags;
278279
}
280+
281+
if (migration.PointInTimeRecoverySpecification) {
282+
delete migration.PointInTimeRecoverySpecification;
283+
}
279284
dynamodb.raw.createTable(migration, (err) => {
280285
if (err) {
281286
if (err.name === 'ResourceInUseException') {

0 commit comments

Comments
 (0)