serverless-go-plugin
serverless-go-plugin copied to clipboard
When using bootstrapped runtimes, add package.include to deployable zip file
If there were package.include specified for a function that used a bootstrapped runtime the includes would simply be ignored. This PR will add the includes to the zip-file and ensure that they are deployed alongside the binary.