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:

  1. Deployed package size must not exceed a total of 1MB.
  2. No environment variables are allowed.
  3. No Lambda layers are allowed.
  4. 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.