dynamically change the lambda layer version number using a shell executable
You can simply parse the response from the first command: For example, I’m using here jq, which parses jsons in bash. version=$(aws lambda publish-layer-version –layer-name <your name> –zip-file <zip> –region …
dynamically change the lambda layer version number using a shell executable Read More »