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
Users table name is hard coded to match the dev env. Ideally should be configurable to match the environment.
Many variables in the project are being passed as env variables. Should be possible to set or at least get the table name from an env variable.
Strategy to set and get env variables is not clear.
The text was updated successfully, but these errors were encountered:
You're right, we are looking into this ourself. Ideas are welcome!
Apparently Serverless itself is still working this out serverless/serverless#1455
Sorry, something went wrong.
No branches or pull requests
Users table name is hard coded to match the dev env. Ideally should be configurable to match the environment.
Many variables in the project are being passed as env variables. Should be possible to set or at least get the table name from an env variable.
Strategy to set and get env variables is not clear.
The text was updated successfully, but these errors were encountered: