Skip to content

Commit

Permalink
adding profile parameter to aws call
Browse files Browse the repository at this point in the history
  • Loading branch information
jrsacks committed Feb 15, 2016
1 parent 524134a commit e10e6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sspa
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function build_bundle() {

function deploy_bundle {
for fn in `ls conf/lambda/functions`; do
aws lambda update-function-code \
aws --profile $profile lambda update-function-code \
--function-name $fn \
--zip-file "fileb://services/archive.zip" > conf/lambda/functions/$fn/info.json
done
Expand Down

0 comments on commit e10e6b9

Please sign in to comment.