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

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

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

[![License](https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg)](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