Skip to content

Commit c160380

Browse files
add some core.infos
1 parent b9219a1 commit c160380

File tree

7 files changed

+3019
-1100
lines changed

7 files changed

+3019
-1100
lines changed

dist/index.js

Lines changed: 27 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"package:watch": "npm run package -- --watch",
3535
"test": "npx jest",
3636
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package",
37-
"findLambdas": "ts-node script/findLambdas.ts"
37+
"findLambdas": "ts-node script/findLambdas.ts",
38+
"getLambdaFunction": "ts-node script/getLambdaFunction.ts",
39+
"main": "ts-node src/index.ts"
3840
},
3941
"license": "MIT",
4042
"jest": {

0 commit comments

Comments
 (0)