Serverless Framework plugin for minifying Golang binaries with UPX (Ultimate Packer for eXecutables)
npm install serverless-plugin-upxA Serverless Framework plugin for minifying Golang binaries with UPX - the Ultimate Packer for eXecutables. The plugin utilizes a Node.js cross-platform wrapper for UPX found here.
``yaml
service: my-service
plugins:
- serverless-plugin-upx
custom:
upx:
brute: true
``
Please note that valid custom options are 'faster', 'better', 'best', 'brute', 'ultraBrute', 'force' and '8mibRam'.