Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LYFT_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
1. Go to the lambda and upload the ZIP that was made from `make publish`.
1. The following steps are not yet available to do in the AWS console so they need to be done via command line. Run `mfa.sh --role admin@security`.
1. Publish the latest uploaded zip as a new version: `aws lambda publish-version --function-name arn:aws:lambda:REGION_HERE:ACCOUNT_NUMBER_HERE:function:lyft_bless --region REGION_HERE`
1. Create an alias for the latest version: `create-alias --function-name arn:aws:lambda:REGION_HERE:ACCOUNT_NUMBER_HERE:function:lyft_bless --name ALIAS_NAME--function-version VERSION_NUMBER --region REGION_HERE` - the alias name should be a version e.g. `PROD-1-2`.
1. Create an alias for the latest version: `aws lambda create-alias --function-name arn:aws:lambda:REGION_HERE:ACCOUNT_NUMBER_HERE:function:lyft_bless --name ALIAS_NAME --function-version VERSION_NUMBER --region REGION_HERE` - the alias name should be a version e.g. `PROD-1-2`.
1. Repeat these steps for all the regions the lambda is in (us-east-1, us-west-2)
1. Add a PR to the blessclient to update the version of lambda called on the user side.