-
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
Internal Server Error will occur if I add type annotation to the route functions #1049
Comments
My local environment $ chalice --version
chalice 1.6.2, python 3.7.1, darwin 17.7.0 |
I'm really sorry for making organizers bothering, but I got succeeded with |
Custom code is this #1045 |
jamesls
added a commit
to jamesls/chalice
that referenced
this issue
Jan 28, 2019
jamesls
added a commit
to jamesls/chalice
that referenced
this issue
Jan 28, 2019
jamesls
added a commit
that referenced
this issue
Jan 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I deployed after giving type annotation to my existing implementation as below, Internal Server Error occurred at all endpoints.
My deployment is done via a pipeline based on the definition generated by
chalice generate-pipeline
command.Though I created a new environment to try to reproduce my issue, I could not make it reproduced. (I mean I could access to my API normally even if the method has type annotation.)
If I re-deploy the code that was deleted the type annotation via the existing pipeline, I can access normally without facing an Internal Server Error.
Submitting a reproduction code is difficult for me, but is there anything I can confirm else?
The text was updated successfully, but these errors were encountered: