Categories
aws python

How to View AWS Lambda Event Data?

Wondering how to actually view the event data your lamba function received? With python. In this post a solution is proposed. Other search phrases: View aws lambda event data aws lambda view event data Viewing AWS Lambda Event Data Create a new lambda with the permissions and trigger you need and call it test-debug-<myproblem> I […]