Skip to content

Commit

Permalink
Handle KinesisStreamSpecification option
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Aug 6, 2023
1 parent d22bc88 commit 8014557
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,9 @@ class ServerlessDynamodbLocal {
if(migration.ContributorInsightsSpecification) {
delete migration.ContributorInsightsSpecification;
}
if(migration.KinesisStreamSpecification) {
delete migration.KinesisStreamSpecification;
}
if(migration.GlobalSecondaryIndexes) {
migration.GlobalSecondaryIndexes.forEach((gsi) => {
if (gsi.ContributorInsightsSpecification) {
Expand Down

0 comments on commit 8014557

Please sign in to comment.