You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some (most?) of us have access to multiple AWS accounts from the command line. It would be super-handy to be able to specify which profile to use with the --profile CLI argument like you can with awscli.
The text was updated successfully, but these errors were encountered:
Store your credentials in your project (and don't version it of course) and change the AWS_CONFIG_FILE environment variable to point to that file before executing chalice. I didn't test it yet but that should do the trick.
You should be able to just set AWS_PROFILE environment variable to pick the desired profile from your standard config file. But I agree having a --profile option makes sense.
Some (most?) of us have access to multiple AWS accounts from the command line. It would be super-handy to be able to specify which profile to use with the
--profile
CLI argument like you can withawscli
.The text was updated successfully, but these errors were encountered: