blakegreendev / vscode

VSCode template for general development workspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode

VSCode template for CDK development workspace

AWS SSO for AWS CDK

Configure your default AWS_PROFILE with AWS SSO

aws configure sso --profile default 

Configure credential_process for the default profile

aws configure set credential_process ${PWD}/.devcontainer/bin/aws-sso-credential-process

export AWS_SHARED_CREDENTIALS_FILE

export AWS_SHARED_CREDENTIALS_FILE=~/.aws/config

About

VSCode template for general development workspace


Languages

Language:Shell 68.1%Language:Dockerfile 31.9%