p0wl
05/27/2022, 12:24 PMKlaus
05/27/2022, 12:29 PMKlaus
05/27/2022, 12:32 PM...from[something]
references removes that isolation. This might not be a god choice though for critical infrastructure and probably means you have to recreate at least some of it or proper isolation when testing out new stuff.Frank
Frank
Klaus
05/30/2022, 6:48 PMreal lambda functions are replaced by a generic stub that forwards the request via web socket
. While this is wonderful for development, it also means you must recreate any production functions you are debugging
(create a duplicate) before using this approach. Otherwise, the dev machine debugging the code could become a bottle-neck if you are testing during times when the production workflows should be running.