I want to create a log for every request on the api that we are using. Can you send custom trails to the cloud trail to have a breadcrumb on every request?
I connected the serverless lambda with the cloud trail and it is giving me a "trail" but somehow the request that gets the page isn't recorded.
The things that are recorded are the login (which connects to the cognito) and some bunch of stuff that has an event name of "ListFunctions20150331" and "GetTrailStatus" (which I don't get too, can someone explain what these are too?).
I want to record every reqeust that comes in on the api that I am using.