0.1.3 • Published 6 years ago

serverless-plugin-upx v0.1.3

Weekly downloads
194
License
MIT
Repository
github
Last release
6 years ago

serverless-plugin-upx

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.

Usage

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