Skip to content

Instantly share code, notes, and snippets.

@ohaval
Created June 12, 2023 13:49
Show Gist options
  • Save ohaval/8530849c5c8f728abdbf94972b39f489 to your computer and use it in GitHub Desktop.
Save ohaval/8530849c5c8f728abdbf94972b39f489 to your computer and use it in GitHub Desktop.
AWS-Vault exec example with different profiles
> 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