cdk-noob
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

NPM version PyPI version Release

cdk-noob

A demo construct library created with Projen

Example

const app = new cdk.App();

const stack = new cdk.Stack(app, 'my-demo-stack');

new Noob(stack, 'Noob');

AWS SSO

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

Readme

Keywords

Package Sidebar

Install

npm i cdk-noob

Weekly Downloads

4

Version

0.1.3

License

Apache-2.0

Unpacked Size

78.8 kB

Total Files

15

Last publish

Collaborators

  • bgreengo