Amazon web services – How to determine if the communication is from APIGateway in Lambda
We are considering configuring Lambda to send requests from EventBridge and APIGateway. In that case, I do not know how to determine the process from APIGateway in the Lambda process. I have looked into using custom headers, etc., but since…