Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.
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.
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.