Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 465 Bytes

Lambda logs watcher

Watch logs from the terminal.

Supports:

  • Terraform-managed functions
  • function name argument
  • function Arn argument

Usage

npx watch-lambda-logs [name|arn]

If no argument is provided it tries to use Terraform to find managed functions. If there are multiple, it offers a choice which one to watch.

Both function name (in the current region, defined in the AWS_REGION environment variable) or function Arn is supported.