Skip to content

Commit 239ac32

Browse files
committed
fix(cdk): add missing @middy/core
1 parent 27c6f07 commit 239ac32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cdk/backend.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const packagesInLayer: string[] = [
3737
'jsonwebtoken',
3838
'@aws-lambda-powertools/metrics',
3939
'lodash-es',
40+
'@middy/core',
4041
]
4142
const accountId = (await sts.send(new GetCallerIdentityCommand({})))
4243
.Account as string

0 commit comments

Comments
 (0)