π©π»βπ§ Manage your AWS resources easily and efficiently
_ _
| | | |
__ ___ _____ ___| |_| |
/ _` \ \ /\ / / __|/ __| __| |
| (_| |\ V V /\__ \ (__| |_| |
\__,_| \_/\_/ |___/\___|\__|_|
- List Functions
- Returns only the first 50 lambdas
- List Functions Pages
- Return all lambdas
- Get Function
- Check if the function is in
- Update Function Configuration
- List Auto Scaling Groups
- Return all ASGs
- List ASG in specific subnet
Config files are located in the path below
# Production Environment
awsctl/internal/config/config.product.yml
# Development Environment
awsctl/internal/config/config.devel.yml
Check available commands
make build run
Execute command
make build run cmd={COMMAND}
Install the latest version of the library
go get -u github.com/chloe-codes1/awsctl
Run CLI
awsctl {COMMAND}
ex)
awsctl get-lambda-with-vpc