Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 6.25 KB

extensions-api-partners.md

File metadata and controls

29 lines (25 loc) · 6.25 KB

AWS Lambda extensions partners

AWS Lambda has partnered with several third party entities to provide extensions to integrate with your Lambda functions. The following list details third party extensions that are ready for you to use at any time.

AWS managed extensions

AWS provides its own managed extensions, including:

  • AWS AppConfig – Use feature flags and dynamic data to update your Lambda functions. You can also use this extension to update other dynamic configuration, such as ops throttling and tuning.
  • Amazon CodeGuru Profiler – Improves application performance and reduces cost by pinpointing an application's most expensive line of code and providing recommendations for improving code.
  • CloudWatch Lambda Insights – Monitor, troubleshoot, and optimize the performance of your Lambda functions through automated dashboards.
  • AWS Distro for Open Telemetry – Enables functions to send trace data to AWS monitoring services such as AWS X-Ray, and to destinations that support OpenTelemetry such as Honeycomb and Lightstep.
  • AWS Parameters and Secrets – Enables customers to securely retrieve parameters from AWS Systems Manager Parameter Store and secrets from AWS Secrets Manager.

For additional extensions samples and demo projects, see AWS Lambda Extensions.