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 d7aa19e commit 732e2b0Copy full SHA for 732e2b0
index.js
@@ -273,9 +273,11 @@ 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
0 commit comments