Skip to content

maros7/serverless-plugin-upx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published