Currently Goldstack templates deploy lambdas using the AWS cli, either by running a docker image or calling a local cli. See utilsAwsLambda. That is efficient for larger lambdas, but for smaller ones, it will probably be faster to use the AWS.Lambda SDK updateFunctionCode.
Currently Goldstack templates deploy lambdas using the AWS cli, either by running a docker image or calling a local cli. See utilsAwsLambda. That is efficient for larger lambdas, but for smaller ones, it will probably be faster to use the AWS.Lambda SDK updateFunctionCode.