Skip to content

Commit 293a083

Browse files
Merge pull request #180 from 99xt/revert-178-v1
Revert "Ignoring PITR config"
2 parents 8a2a389 + 614329c commit 293a083

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.js

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

0 commit comments

Comments
 (0)