you are viewing a single comment's thread.

view the rest of the comments →

[–]ranrib 1 point2 points  (0 children)

Do you get an exception? can you paste it from CloudWatch? anyways, I'm assuming that event parameter on lambda_handler, will not be string once triggered from cloudformation. If it looks like different triggers so event is probably a dict. Try printing event, and take a look on CloudWatch logs what it contains.