/aws-codespace

Setup for using Codespace to work on AWS

Primary LanguageShellMIT LicenseMIT

AWS Codespace

Setup Codespace for working on AWS.

Usage

Credentials

Using IAM Identity Center

aws configure sso

Once configured, use --profile to run commands with different profiles.

CodeCommit

Support for CodeCommit GRC (git-remote-codecommit) is enabled.

git clone codecommit::ap-southeast-1://profile@MyRepo my-repo

CDK

See CDK getting started for details.

python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install -r requirements.txt

deactivate