Skip to content

pahud/vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

vscode

VSCode template for CDK development workspace

public dockder image:

public.ecr.aws/pahudnet/vscode:latest

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

AWS CLI requires the ~/.aws/credentials file so we simple touch an empty one to get rid of the warning.

touch ~/.aws/credentials && chmod 600 $_

About

VSCode template for general development workspace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published