This is a workspace template for general AWS CDK development in Gitpod.
Click this button below to open a fresh new CDK development workspace in Gitpod
public dockder image for this codespace:
public.ecr.aws/pahudnet/gitpod-workspace:latest
npx projen new awscdk-app-ts
npx projen new awscdk-construct
aws configure sso --profile default
The following example generate the SSO profile with default
as the profile name:
$ aws configure sso --profile default
SSO start URL [None]: https://pahud-sso.awsapps.com/start
SSO Region [None]: us-east-1
Attempting to automatically open the SSO authorization page in your default browser.
If the browser does not open or you wish to use a different device to authorize this request, open the following URL:
https://device.sso.us-east-1.amazonaws.com/
Then enter the code:
DJHN-QKRK
The only AWS account available to you is: 123456789012
Using the account ID 123456789012
The only role available to you is: AdministratorAccess
Using the role name "AdministratorAccess"
CLI default client Region [None]: ap-northeast-1
CLI default output format [None]:
To use this profile, specify the profile name using --profile, as shown:
aws s3 ls --profile default
$ aws sts get-caller-identity
You should be able to run the CDK CLI now.
$ cdk diff
$ cdk deploy
$ cdk destroy