Is there an existing issue for this?
Use case description
The use case is next:
I have a serverless configuration in the API folder, but my .env file exists on one directory level above, example below:
-- api
--- serverless.yml
-.env
Proposed solution (optional)
My solution for this is next: add one more parameter dotEnvFileLocation which will contain relative to serverles.yml path to .env file. The parameter name could be different, just my thoughts.
Is there an existing issue for this?
Use case description
The use case is next:
I have a serverless configuration in the API folder, but my .env file exists on one directory level above, example below:
Proposed solution (optional)
My solution for this is next: add one more parameter
dotEnvFileLocationwhich will contain relative to serverles.yml path to .env file. The parameter name could be different, just my thoughts.