Skip to content

Commit

Permalink
update other services to serverless-esbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
kristin-at-theta committed Oct 10, 2023
1 parent c5f1faf commit 75f0789
Show file tree
Hide file tree
Showing 16 changed files with 15,937 additions and 64,723 deletions.
1,726 changes: 1,720 additions & 6 deletions services/.sechub/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions services/.sechub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@
"dependencies": {
"lodash": "^4.17.21",
"octokit": "^1.5.0"
},
"devDependencies": {
"esbuild": "^0.19.4",
"serverless-esbuild": "^1.48.4"
}
}
2 changes: 1 addition & 1 deletion services/.sechub/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ package:
individually: true

plugins:
- serverless-bundle
- serverless-esbuild
- serverless-stack-termination-protection
- serverless-idempotency-helper
- serverless-iam-helper
Expand Down
Loading

0 comments on commit 75f0789

Please sign in to comment.