An open API service indexing awesome lists of open source software.

https://github.com/jblukach/dotfiles

The development environment setup for the AWS Cloud Development Kit (CDK) using Python on GitHub Codespaces.
https://github.com/jblukach/dotfiles

aws cdk cdk-nag dotfiles github python sso

Last synced: 3 months ago
JSON representation

The development environment setup for the AWS Cloud Development Kit (CDK) using Python on GitHub Codespaces.

Awesome Lists containing this project

README

          

# dotfiles

### Validate AWS CLI Installation

```
aws --version
```

### Login to AWS IAM Identity Center

```
aws configure sso --use-device-code
```

### Validate AWS CDK Installation

```
cdk version
npm list -g aws-cdk-lib
```

### Validate Rust Installation

```
rustc --version
```

### Validate Cargo Installation

```
cargo --version
```