Hello ! I have a question about parallel updates. ...
# getting-started
s
Hello ! I have a question about parallel updates. When many of my lambdas code changes, it seems it is updated serially as in my console each job finishes one after the other one, and that makes for quite a long time when having 40 or so lambdas. Is there a way to multiplex updates? I'll add that I bundle my lambdas code with esbuild and feed the output file to my lambda objects through a asset archive and a file asset. Any ideas ?
e
s
Yeah thanks for the help there !
👍 1