keeganmccallum / codespaces-cdk-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Template for AWS CDK (and others)

Template for AWS CDK (and others) with devcontainer-for-aws.

How to use

1. Create a repo using this template

2. Configure AWS SSO and login

aws configure sso --profile default

aws sso login

Configure credential_process

** Currently AWS CDK supports AWS SSO, so this configuration is not necessary. **

If tools does not support AWS SSO, you need to configure credential_process.

aws configure set credential_process aws-sso-credential-process --profile default

3. Create new AWS CDK app

npx projen new awscdk-app-ts

About

License:Apache License 2.0