Skip to content

Commit

Permalink
Merge pull request #153 from LD4P/wait
Browse files Browse the repository at this point in the history
  • Loading branch information
mjgiarlo authored Nov 29, 2021
2 parents 1afb004 + d196aae commit 32facd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ commands:
aws lambda update-function-configuration --function-name << parameters.function-name >> --layers $latest_layer_version_arn
aws lambda update-function-code --function-name << parameters.function-name >> --zip-file fileb://lambda.zip
aws lambda wait function-updated --function-name << parameters.function-name >>
aws lambda publish-version --function-name << parameters.function-name >>
jobs:
build:
Expand Down

0 comments on commit 32facd9

Please sign in to comment.