Created
June 12, 2023 13:49
-
-
Save ohaval/8530849c5c8f728abdbf94972b39f489 to your computer and use it in GitHub Desktop.
AWS-Vault exec example with different profiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> aws-vault exec dev -- aws lambda invoke --function-name some-function --payload '{}' | |
> aws-vault exec staging -- aws lambda list-functions |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment