Skip to content

Commit 21aa8b5

Browse files
s1gr1dandreiborza
authored andcommitted
fix(aws-serverless): Export awslambda-auto
1 parent 2cd8283 commit 21aa8b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/aws-serverless/package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@
4040
"import": {
4141
"default": "./build/loader-hook.mjs"
4242
}
43+
},
44+
"./awslambda-auto": {
45+
"import": {
46+
"default": "./build/npm/cjs/awslambda-auto.js"
47+
}
48+
},
49+
"./dist/awslambda-auto": {
50+
"require": {
51+
"default": "./build/npm/cjs/awslambda-auto.js"
52+
}
4353
}
4454
},
4555
"typesVersions": {

0 commit comments

Comments
 (0)