Lambda@Edge Tracing
Using Lambda@Edge?
Lambda@Edge is a feature of Amazon CloudFront that lets you run code closer to users of your application, which improves performance and reduces latency.
Restrictions on Lambda@Edge:
- Deployed package size must not exceed a total of 1MB.
- No environment variables are allowed.
- No Lambda layers are allowed.
- No CloudWatch Logs will be collected.
Therefore, when using Lambda@Edge we must manually instrument your functions.
Manual Tracing for Lambda@Edge
To manually instrument your Lambda@Edge functions follow our docs.
Need Help?
Contact Lumigo support by E-mail, or use the online chat located at the lower-right-hand corner of your screen.
Updated 11 months ago