Amazon web services – AWS – Lambda takes 10 seconds to start with no cold start
I have a Node Lambda that I want to run each minute at the 45th second, so I built a script to invoke it once a minute. const command = new InvokeCommand({ FunctionName: "BalancerNoVPC", InvocationType: "Event", }); const response =…