Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
feat: Azure Packaging updates (#163)
Browse files Browse the repository at this point in the history
- Updates packaging strategy to write function.json into expected folder structure
- Dynamically resolves handler path based on yaml definition and destination folder
- Removes and cleans up function.json and function folders after packaging is completed

Resolves ABA#82, 90, 89
  • Loading branch information
wbreza authored and tbarlow12 committed Sep 13, 2019
1 parent 2174184 commit 18ca8c6
Show file tree
Hide file tree
Showing 15 changed files with 512 additions and 141 deletions.
104 changes: 91 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "jest",
"test:ci": "npm run test -- --ci",
"test:coverage": "npm run test -- --coverage",
"prebuild": "shx rm -rf lib/ ",
"prebuild": "shx rm -rf lib/ && npm run test",
"build": "tsc"
},
"repository": {
Expand Down Expand Up @@ -48,6 +48,7 @@
"@babel/runtime": "^7.4.5",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.130",
"@types/mock-fs": "^3.6.30",
"@types/open": "^6.1.0",
"@types/request": "^2.48.1",
"@types/serverless": "^1.18.2",
Expand Down
Loading

0 comments on commit 18ca8c6

Please sign in to comment.