
    <!DOCTYPE html>
    <html>
    <head>
        <title>Hello World Lambda</title>
        <style>
            body { font-family: Arial, sans-serif; margin: 40px; }
            .container { max-width: 600px; margin: 0 auto; }
            .info { background: #f0f0f0; padding: 20px; border-radius: 5px; }
            pre { background: #333; color: #fff; padding: 15px; border-radius: 3px; }
        </style>
    </head>
    <body>
        <div class="container">
            <h1>🎉 Hello World from Lambda!</h1>
            <div class="info">
                <h3>Request Information:</h3>
                <p><strong>Method:</strong> GET</p>
                <p><strong>Path:</strong> /sitemap.xml</p>
                <p><strong>Timestamp:</strong> 2026-06-18T21:57:52.080138</p>
                <p><strong>User Agent:</strong> Unknown</p>
                <p><strong>Source IP:</strong> Unknown</p>
            </div>
            <h3>Full Request Details:</h3>
            <pre>{
  "message": "Hello World from Lambda!",
  "timestamp": "2026-06-18T21:57:52.080138",
  "request_method": "GET",
  "request_path": "/sitemap.xml",
  "query_parameters": {},
  "user_agent": "Unknown",
  "source_ip": "Unknown"
}</pre>
        </div>
    </body>
    </html>
    