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
Start extracting, abstracting and testing. I don't know exactly how I'll do that, but I want to have some parts as independent modules so that it's easier to test and compose/change if needed.
CLI - Parses the CLI command to trigger other modules
Config - Loads the config from ~/.aws/credentials ...
State Controller - Looks at the current state based on Config and figure what to do (takes care of caching, triggering command runner, token generator and such)
Command Runner - Run the command with the injected variables (ENV)
Token Generator - Receives information about the profile and return the token
The text was updated successfully, but these errors were encountered:
Start extracting, abstracting and testing. I don't know exactly how I'll do that, but I want to have some parts as independent modules so that it's easier to test and compose/change if needed.
~/.aws/credentials
...The text was updated successfully, but these errors were encountered: