A 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.
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'.