Setup Codespace for working on AWS.
Using IAM Identity Center
aws configure sso
Once configured, use --profile to run commands with different profiles.
Support for CodeCommit GRC (git-remote-codecommit) is enabled.
git clone codecommit::ap-southeast-1://profile@MyRepo my-repo
See CDK getting started for details.
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt
deactivate