You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When there was an error while developing my initial lambda, i would like to be able to see more information when debug mode is turned on.
Describe the solution you'd like
Add a DEBUG mode or feature flag, that should never used in production, which can do the following:
Pretty print the json responses
Get more context when there is an error
Relax rules for setting up CORS
Describe alternatives you've considered
For debugging errors, you can also look at the lambda logs, but i would be nice to allow for the end user to get more context event before accessing the logs.
Additional context
The text was updated successfully, but these errors were encountered:
michaelbrewer
changed the title
Add DEBUG mode to the API Gateway Event Handler
Feature Request: Add DEBUG mode to the API Gateway Event Handler
May 8, 2021
heitorlessa
transferred this issue from aws-powertools/powertools-lambda-python
May 13, 2021
Is your feature request related to a problem? Please describe.
When there was an error while developing my initial lambda, i would like to be able to see more information when debug mode is turned on.
Describe the solution you'd like
Add a DEBUG mode or feature flag, that should never used in production, which can do the following:
Describe alternatives you've considered
For debugging errors, you can also look at the lambda logs, but i would be nice to allow for the end user to get more context event before accessing the logs.
Additional context
The text was updated successfully, but these errors were encountered: