Open
Description
π‘ Feature description
It would be nice if it was possible to use the include
and exclude
package configuration in serverless.yml
to choose other files to bundle with the bootstrap binary. For example to include a .env
file that is then read by the dotenv crate at runtime.
I am sure that there are other use cases for including files other than the binary but that is the one that sprang to mind.