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 1115b69 commit 6aff7f3Copy full SHA for 6aff7f3
index.js
@@ -251,6 +251,9 @@ class ServerlessDynamodbLocal {
251
migration.SSESpecification.Enabled = migration.SSESpecification.SSEEnabled;
252
delete migration.SSESpecification.SSEEnabled;
253
}
254
+ if (migration.Tags) {
255
+ delete migration.Tags;
256
+ }
257
dynamodb.raw.createTable(migration, (err) => {
258
if (err) {
259
if (err.name === 'ResourceInUseException') {
0 commit comments