https://github.com/p6m7g8-dotfiles/p6awscdk
P6 Dotfiles: POSIX.2 AWS CDK utility functions
https://github.com/p6m7g8-dotfiles/p6awscdk
aws bash cdk cli p6 p6m7g8 sh shell terminal zsh
Last synced: 3 months ago
JSON representation
P6 Dotfiles: POSIX.2 AWS CDK utility functions
- Host: GitHub
- URL: https://github.com/p6m7g8-dotfiles/p6awscdk
- Owner: p6m7g8-dotfiles
- Created: 2022-03-18T21:03:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-22T23:20:16.000Z (4 months ago)
- Last Synced: 2026-03-23T12:04:30.658Z (4 months ago)
- Topics: aws, bash, cdk, cli, p6, p6m7g8, sh, shell, terminal, zsh
- Language: Shell
- Homepage: https://continuouslearning.io
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# P6's POSIX.2: p6awscdk
## Table of Contents
- [Badges](#badges)
- [Summary](#summary)
- [Contributing](#contributing)
- [Code of Conduct](#code-of-conduct)
- [Usage](#usage)
- [Hooks](#hooks)
- [Functions](#functions)
- [Hierarchy](#hierarchy)
- [Author](#author)
## Badges
[](https://opensource.org/licenses/Apache-2.0)
## Summary
TODO: Add a short summary of this module.
## Contributing
- [How to Contribute]()
## Code of Conduct
- [Code of Conduct]()
## Usage
### Hooks
- `deps` -> `p6df::modules::p6awscdk::deps()`
- `init` -> `p6df::modules::p6awscdk::init(_module, dir)`
### Functions
#### p6awscdk
##### p6awscdk/init.zsh
- `p6df::modules::p6awscdk::deps()`
- `p6df::modules::p6awscdk::init(_module, dir)`
- Args:
- _module -
- dir -
#### p6awscdk/lib
##### p6awscdk/lib/bootstrap.sh
- `p6_awscdk_cli_bootstrap_trust(action, account_id, region, trust_account_id)`
- Args:
- action -
- account_id -
- region -
- trust_account_id -
##### p6awscdk/lib/cli.sh
- `p6_awscdk_cli_cmd(...)`
- Args:
- ... -
- `p6_awscdk_cli_execute(action, stack, account_id, region, ...)`
- Args:
- action -
- stack -
- account_id -
- region -
- ... -
##### p6awscdk/lib/prompt.sh
- `str str = p6_awscdk_prompt_info()`
## Hierarchy
```text
.
├── init.zsh
├── lib
│ ├── bootstrap.sh
│ ├── cli.sh
│ └── prompt.sh
├── README.md
└── t
└── p6_awscdk_prompt_info.t
3 directories, 6 files
```
## Author
Philip M. Gollucci