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
Feature Description
Add CLI argument --profile to support AWS credential profiles
Use Case
GDK uses the default profile in ~/.aws/credentials. This requires updating the credentials file manually when switching between projects, and accidental attempts to deploy in the wrong environment, which thankfully fail.
Proposed Solution
Add a --profile argument so that gdk aligns with other AWS tools like aws-cli
👋 I may be able to implement this feature request
⚠️ This feature might incur a breaking change
The text was updated successfully, but these errors were encountered:
Feature Description
Add CLI argument --profile to support AWS credential profiles
Use Case
GDK uses the default profile in ~/.aws/credentials. This requires updating the credentials file manually when switching between projects, and accidental attempts to deploy in the wrong environment, which thankfully fail.
Proposed Solution
Add a --profile argument so that gdk aligns with other AWS tools like aws-cli
The text was updated successfully, but these errors were encountered: