Skip to content

Commit

Permalink
fix(findDependencies): @aws-crypto is not part of AWS Lambda containers
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Nov 15, 2024
1 parent 0c97fb0 commit 26a8ab7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/findDependencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const findDependencies = (args: {
),
]
.filter((p) => !p.startsWith('node:'))
.filter((p) => !p.startsWith('@aws-crypto/'))
.filter((p) => !p.startsWith('@aws-sdk/'))
.map((d) => {
if (d.startsWith('@')) {
Expand Down

0 comments on commit 26a8ab7

Please sign in to comment.