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 8a2a389 commit 614329cCopy full SHA for 614329c
index.js
@@ -273,14 +273,9 @@ class ServerlessDynamodbLocal {
273
migration.SSESpecification.Enabled = migration.SSESpecification.SSEEnabled;
274
delete migration.SSESpecification.SSEEnabled;
275
}
276
-
277
if (migration.Tags) {
278
delete migration.Tags;
279
280
281
- if (migration.PointInTimeRecoverySpecification) {
282
- delete migration.PointInTimeRecoverySpecification;
283
- }
284
dynamodb.raw.createTable(migration, (err) => {
285
if (err) {
286
if (err.name === 'ResourceInUseException') {
0 commit comments