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
When I set a URL in my .env.developement file and run using serverless-offline, I get the value as [object Object]
.env.developement
serverless-offline
[object Object]
e.g.
ITEMS_TO_PARSE_QUEUE=https://sqs.eu-central-1.amazonaws.com/1234/items-to-parse
console.log(process.env.ITEMS_TO_PARSE_QUEUE); // returns [object Object]
The text was updated successfully, but these errors were encountered:
Sorry I am not familiar with serverless-offline. Could you post a Minimal, Reproducible Example?
You might be running into the same issue as #38 (comment) maybe?
Sorry, something went wrong.
Closed due to inactivity. Please reopen when you get a chance to respond.
No branches or pull requests
When I set a URL in my
.env.developement
file and run usingserverless-offline
, I get the value as[object Object]
e.g.
ITEMS_TO_PARSE_QUEUE=https://sqs.eu-central-1.amazonaws.com/1234/items-to-parse
console.log(process.env.ITEMS_TO_PARSE_QUEUE); // returns [object Object]
The text was updated successfully, but these errors were encountered: