garnaat / kappa

What precedes Lambda
http://kappa.readthedocs.org/en/develop/
Apache License 2.0
902 stars 88 forks source link

Log Group Has Not Been Created #27

Closed Miserlou closed 8 years ago

Miserlou commented 9 years ago

Not sure what to make of this one.

$ kappa MyEvent.yaml tail
tailing logs...
    log group /aws/lambda/MyEvent has not been created yet
...done

Shouldn't this have been done during the create step?

I have other Lambda functions for this bucket that work fine. I can also execute this event in the console just fine and I see the log there.

What's going on here?

garnaat commented 9 years ago

It is Lambda itself that creates the logging group. You should check your execute role to make sure that it has the necessary CloudWatch Logs permissions to actually create the log group.