-
Notifications
You must be signed in to change notification settings - Fork 469
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
SAM/Lambda: better support for API-based lambdas (APIGateway) #2455
Comments
We could have very large timeouts if the Toolkit correctly handled VSCode debugger "Stop" button (assuming VSCode gives us a way to do this). Or as a workaround we could present a progress status w/ "Cancel" button. |
Yeah, many of the timeouts (in the run/debug flow) seem to be more like workarounds rather than features. We still want to know if a process is hanging, but I think it's best if we give the user the final choice in cancelling an operation. The automatic cancellation has caused a lot of issues. |
I would also like to see being able to "attach" to an externally running instance of start-api i.e. in a terminal window I run
|
Parent issue to track features or improvements regarding API-based lambdas.
Proposed new features:
interactive
modeinteractive
mode)General improvements and bug fixes:
The text was updated successfully, but these errors were encountered: