|
|
|
|
|
by noworriesnate
1667 days ago
|
|
There's a lot of focus on how this changes the dev environment, but there's another aspect to this change: - You could use this to remote into a CI build that failed - You could use this to remote into a production environment that crashed. E.g., if an unhandled exception is thrown in a server, the process pauses and waits for a debugger to attach while the API gateway switches to another server. This could merge the concepts of CI, production, and personal dev environment so that the only difference between your dev environments and production is the scale of cloud computing required. |
|