Serverless API with AWS Lambda and API Gateway
This project demonstrates how to build a simple, serverless API using AWS Lambda and API Gateway. The goal is to create an API endpoint that returns the client's IP address using the (X-Forwarded-For header) from incoming HTTP requests. The project u...
Mar 7, 20253 min read138
