Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 305 Bytes

Serverless Custom Build Script

Use custom build scripts for your serverless bundle (e.g. GOLANG).

config:

custom:
  build:
    script: ./build.py
    directory: ./build # output directory of your build script
    options: --release --platform=linux --arch=static_amd64