Skip to content

Commit

Permalink
perf(template): exclude aws-sdk from deployment files to reduce the p…
Browse files Browse the repository at this point in the history
…ackage size
  • Loading branch information
Fuss Florian (uid10804) committed Jan 3, 2021
1 parent 06cc18d commit 8254b5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/template/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ package:
- config/
- dist/
- node_modules/
exclude:
- node_modules/aws-sdk/**
custom:
file: ${file(./config/serverlessconfig.json)}
appconfig: ${file(./config/appconfig.json)}
Expand Down

0 comments on commit 8254b5e

Please sign in to comment.