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 cf46a80 commit e2b9418Copy full SHA for e2b9418
index.js
@@ -200,6 +200,9 @@ class ServerlessDynamodbLocal {
200
if (migration.StreamSpecification && migration.StreamSpecification.StreamViewType) {
201
migration.StreamSpecification.StreamEnabled = true;
202
}
203
+ if (migration.TimeToLiveSpecification) {
204
+ delete migration.TimeToLiveSpecification;
205
+ }
206
dynamodb.raw.createTable(migration, (err) => {
207
if (err) {
208
this.serverlessLog("DynamoDB - Error - ", err);
0 commit comments