Type guard to check if the provided event is an API Gateway Proxy event.
We use this function to ensure that the event is an object and has the required properties without adding a dependency.
The incoming event to check
Type guard to check if the provided event is an API Gateway Proxy event.
We use this function to ensure that the event is an object and has the required properties without adding a dependency.