Sha256: 8319050e59197528c79117bde846b977d65d910528c5444a68e91571950af205
Contents?: true
Size: 650 Bytes
Versions: 13
Compression:
Stored size: 650 Bytes
Contents
Show logs from Lambda function CloudWatch log group. This defaults to the controller Lambda function in the `one_lambda_for_all_controllers` mode. Example: ❯ jets logs Showing logs for /aws/lambda/demo-dev-controller If you want to follow the logs use the `-f` flag. ❯ jets logs -f Tailing logs for /aws/lambda/demo-dev-controller If you want to see the production logs: ❯ JETS_ENV=production jets logs -f Tailing logs for /aws/lambda/demo-prod-controller If you want to see logs for a job, specify the job and method. ❯ jets logs -f -n hard_job-dig Tailing logs for /aws/lambda/demo-dev-hard_job-dig
Version data entries
13 entries across 13 versions & 1 rubygems