Go SDK to gather and aggregate AWS lambda statistics to get insights into cold starts, memory usage, errors, timeouts, and throttling with just a few lines of code.

aws aws-lambda metrics metrics-gathering serverless sre
3 Open Issues Need Help Last updated: Aug 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement concurrent execution of base Lambda API calls within the `serverless-statistics` Go SDK to improve performance. This involves refactoring the existing code to utilize goroutines and potentially channels for managing concurrent requests, ideally hiding this complexity within a utility package to maintain a simple user interface.

Complexity: 3/5
enhancement good first issue

Go SDK to gather and aggregate AWS lambda statistics to get insights into cold starts, memory usage, errors, timeouts, and throttling with just a few lines of code.

Go
#aws#aws-lambda#metrics#metrics-gathering#serverless#sre
Add concurrency metric about 1 month ago

AI Summary: The task is to extend the existing Go SDK for AWS Lambda statistics to include a new metric: concurrency. This involves adding functionality to retrieve and calculate peak and average concurrency values from AWS CloudWatch, handling potential errors, and integrating this new metric into the SDK's existing structure and documentation.

Complexity: 3/5
enhancement good first issue

Go SDK to gather and aggregate AWS lambda statistics to get insights into cold starts, memory usage, errors, timeouts, and throttling with just a few lines of code.

Go
#aws#aws-lambda#metrics#metrics-gathering#serverless#sre

AI Summary: Enhance the existing Go SDK for AWS Lambda statistics by adding functionality to the `GetFunctionConfiguration` method. This involves retrieving additional Lambda function attributes such as the region, private subnet status, ephemeral storage, and potentially others, and integrating them into the SDK's output structure.

Complexity: 3/5
enhancement good first issue

Go SDK to gather and aggregate AWS lambda statistics to get insights into cold starts, memory usage, errors, timeouts, and throttling with just a few lines of code.

Go
#aws#aws-lambda#metrics#metrics-gathering#serverless#sre