1.1.3 • Published 3 years ago

serverless-plugin-package-size v1.1.3

Weekly downloads
1,818
License
MIT
Repository
github
Last release
3 years ago

serverless-plugin-package-size

Helps avoid accidentally deploying huge artifacts that are either slow to load, can't be debugged, etc.

cat serverless.yml

custom:
  packageLimit: '2mb'

This will fail if your package artifact exceeds 2mb. Supports whatever bytes-iec supports for the limit expression.

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago