You might want to try something like https://github.com/jorgebastida/awslogs instead (brew installable). The awscli doesn't have a great abstraction for fetching logs. Example: `awslogs get /aws/lambda/maven-snapshots-lambda-metadata-Lambda-1UPPXBH6MGKJF ALL -s1w` Region should be set to us-west-2 for all but the `us-east1.` logs.
Bug 1600995 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
You might want to try something like https://github.com/jorgebastida/awslogs instead (brew installable). The awscli doesn't have a great abstraction for fetching logs. Example: `awslogs get /aws/lambda/maven-snapshots-lambda-metadata-Lambda-1UPPXBH6MGKJF ALL -s1w` Region should be set to us-west-2 for all but the `us-east-1.` logs.