-
Notifications
You must be signed in to change notification settings - Fork 1k
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
KeyError: 'key' #135
Labels
Comments
Thanks. Could you share a snippet of your (sanitized) view function? It would help to have the code snippet that's causing the policy generator to crash so I can add a test for this. |
tree
app.py
|
Perfect, thanks. Looks like this is because of the use of a dict comprehension. There's an existing issue opened for this and I'm working on a fix for this. Let's track the remaining work over in #131. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I deployed several times with success, but at some point I started seeing the following error on
chalice deploy --profile <profile>
I narrowed down the issue to
chalice gen-key
The text was updated successfully, but these errors were encountered: