https://github.com/zkfmapf123/parameter-store-editor
editor of parameter store
https://github.com/zkfmapf123/parameter-store-editor
aws cli parameter-store typescript
Last synced: 7 months ago
JSON representation
editor of parameter store
- Host: GitHub
- URL: https://github.com/zkfmapf123/parameter-store-editor
- Owner: zkfmapf123
- Created: 2024-06-06T02:40:11.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T09:06:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T09:38:24.577Z (over 1 year ago)
- Topics: aws, cli, parameter-store, typescript
- Language: TypeScript
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Editor
## Architecture

## Requried
- config.yaml
- AWS Profile, Regino Setting
```yaml
config:
profile: leedonggyu
region: ap-northeast-2
```
- input.yaml
- ParameterStore 입력 시, 구성 파일
```yaml
input:
1:
app: internal
env: dev
svc: test
source: MYSQL_HOST
value: admin
2:
app: internal
env: dev
svc: test
source: MYSQL_PASSWORD
value: 1234
3:
app: internal
env: dev
svc: test
source: MYSQL_PORTR
value: 3306
```
## Exec
```sh
npm run start
```
## Functions (Parameter Store)
- Write
- CLI 입력
- 파일입력
- Delete
- 선택해서 삭제
- 입력해서 삭제
- Load
- 전체 Parameter 로드