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.
- Host: GitHub
- URL: https://github.com/jblukach/dotfiles
- Owner: jblukach
- Created: 2024-05-27T21:14:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-22T00:47:33.000Z (over 1 year ago)
- Last Synced: 2025-02-22T01:27:51.418Z (over 1 year ago)
- Topics: aws, cdk, cdk-nag, dotfiles, github, python, sso
- Language: Python
- Homepage: https://github.com/jblukach
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```