Powered by a live Lambda endpoint on AWS. Enter any city to fetch a 3-day forecast via the OpenWeatherMap API.
https://yashjagani.com.This page calls a real AWS Lambda function via API Gateway. The Lambda retrieves the OpenWeatherMap API key from SSM Parameter Store (SecureString, decrypted at runtime) and returns a 3-day forecast.
In the full production architecture, requests flow through CloudFront → ALB → ECS Fargate (private subnet). For this demo, the Lambda is exposed directly via API Gateway.