# cdk-noob

> [![NPM version](https://badge.fury.io/js/cdk-bar.svg)](https://badge.fury.io/js/cdk-noob) [![PyPI version](https://badge.fury.io/py/cdk-bar.svg)](https://badge.fury.io/py/cdk-noob) ![Release](https://github.com/bgreengo/cdk-noob/workflows/Release/badge.sv

Latest version **0.1.3** (published 2020-11-23) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install cdk-noob
pnpm add cdk-noob
yarn add cdk-noob
bun add cdk-noob
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.3 |
| Published | 2020-11-23 |
| First published | 2020-11-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 77 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Blake Green |
| Maintainers | bgreengo |
| Keywords | cdk |

## Links

- npm: https://www.npmjs.com/package/cdk-noob
- Repository: https://github.com/bgreengo/cdk-noob
- Homepage: https://github.com/bgreengo/cdk-noob#readme
- Issues: https://github.com/bgreengo/cdk-noob/issues
- npm.io page: https://npm.io/package/cdk-noob

## Dependencies (4)

- [@aws-cdk/core](https://npm.io/package/@aws-cdk/core.md) ^1.73.0
- [@aws-cdk/aws-ec2](https://npm.io/package/@aws-cdk/aws-ec2.md) ^1.73.0
- [@aws-cdk/aws-ecs](https://npm.io/package/@aws-cdk/aws-ecs.md) ^1.73.0
- [@aws-cdk/aws-ecs-patterns](https://npm.io/package/@aws-cdk/aws-ecs-patterns.md) ^1.73.0

## Recent versions

- 0.1.3 (latest) — 2020-11-23
- 0.1.2 — 2020-11-23
- 0.1.1 — 2020-11-23
- 0.1.0 — 2020-11-23

## README

[![NPM version](https://badge.fury.io/js/cdk-bar.svg)](https://badge.fury.io/js/cdk-noob)
[![PyPI version](https://badge.fury.io/py/cdk-bar.svg)](https://badge.fury.io/py/cdk-noob)
![Release](https://github.com/bgreengo/cdk-noob/workflows/Release/badge.svg)
# cdk-noob

A demo construct library created with Projen

# Example

```typescript
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
```sh
aws configure sso --profile default 
```

Configure `credential_process` for the `default` profile

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

export `AWS_SHARED_CREDENTIALS_FILE` 

```sh
export AWS_SHARED_CREDENTIALS_FILE=~/.aws/config
```

---
_Source: https://npm.io/package/cdk-noob · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
