Skip to content
New issue

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

Check Config Files for Allowed Values #1165

Open
mcrowson opened this issue Oct 11, 2017 · 2 comments
Open

Check Config Files for Allowed Values #1165

mcrowson opened this issue Oct 11, 2017 · 2 comments

Comments

@mcrowson
Copy link
Collaborator

Context

Was not seeing my remote environment variables because my config value was "remote_evn". Mistake on my part, but it would be nice if zappa checked config files to ensure that values being set were even values used by zappa.

Expected Behavior

When a user gives a config value not used by Zappa, it tells the user and suggests that it might be a typo. Just lowers the learning curve slightly and improves QOL.

Actual Behavior

Users are allowed to wallow in their mistakes

Possible Fix

Keep a white list of config keys and test against those.

@Miserlou
Copy link
Owner

Related/dupe: #78

@samuelrey
Copy link

I'll look into this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants