Skip to content

Instantly share code, notes, and snippets.

@mxro
Created November 26, 2021 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxro/21a3430201b6a4f19700610a9b562640 to your computer and use it in GitHub Desktop.
Save mxro/21a3430201b6a4f19700610a9b562640 to your computer and use it in GitHub Desktop.
awsCli({
credentials: await getAWSUser(params.deployment.awsUser),
region: params.deployment.awsRegion,
command: `lambda update-function-code --function-name ${readTerraformStateVariable(
params.deploymentState,
'lambda_function_name'
)} --zip-file fileb://${targetArchive}`,
});
@mxro
Copy link
Author

mxro commented Nov 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment