Skip to content

Commit 95fad1d

Browse files
committed
fixes(typescript/ddb-stream-lambda-sns) Remove unused packages
1 parent 4e5b054 commit 95fad1d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

typescript/ddb-stream-lambda-sns/bin/ddb-stream.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env node
2-
import 'source-map-support/register';
32
import * as cdk from 'aws-cdk-lib';
43
import { DdbStreamStack } from '../lib/ddb-stream-stack';
54

typescript/ddb-stream-lambda-sns/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"dependencies": {
2323
"@aws-solutions-constructs/aws-dynamodbstreams-lambda": "^2.74.0",
2424
"aws-cdk-lib": "2.167.0",
25-
"constructs": "^10.4.2",
26-
"source-map-support": "^0.5.21"
25+
"constructs": "^10.4.2"
2726
}
2827
}

0 commit comments

Comments
 (0)