mthenw / serverless-go-plugin

⚡️ Serverless Framework plugin that compiles Go functions on the fly. Sponsored by https://cloudash.dev
https://cloudash.dev
MIT License
103 stars 17 forks source link

buildProvidedRuntimeAsBootstrap does not support top level package includes #29

Open ConorHodder-FST opened 2 years ago

ConorHodder-FST commented 2 years ago

When defining a serverless.yml file with a top level package element, the includes are not respected unless they are included in the specific function definition.

Without this plugin, the includes are respected