We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi
We noticed that the priority of environment variable source is different in serverless-offline-sns compared to serverless-offline.
serverless-offline merges in the following order:
process.env provider.env function.env
serverless-offline-sns merges in this order:
provider.env process.env function.env
I've raised a PR to tweak the order to match serverless-offline
#176
Thanks
The text was updated successfully, but these errors were encountered:
Closing - will take a look at the PR #176
Sorry, something went wrong.
No branches or pull requests
Hi
We noticed that the priority of environment variable source is different in serverless-offline-sns compared to serverless-offline.
serverless-offline merges in the following order:
process.env
provider.env
function.env
serverless-offline-sns merges in this order:
provider.env
process.env
function.env
I've raised a PR to tweak the order to match serverless-offline
#176
Thanks
The text was updated successfully, but these errors were encountered: