-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Event Source Data Class for CloudWatch custom connector #3499
Comments
Thank you so much for opening this @corey-cole ! Would you like to take a stab at the implementation, and open a PR? We can of course help you out! |
Hello everyone! This feature is not planned for v2. We will add support for this after we release v3. Adding tags to keep an eye on this. |
Closing this issue as it's been open for a while now, and we didn't have much customer feedback. |
|
Use case
CloudWatch metrics/alarms now support non-CloudWatch sources via an adapter Lambda function. The request/response structures are complex enough that they would benefit from having a strongly typed wrapper.
Solution/User Experience
The
aws_lambda_powertools.utilities.data_classes
namespace includes type for the newGetMetricData
event and the correspondingMetricDataResults
response.NOTE: Although the event shares a name with an existing API call, it does not have the same structure and the existing definitions cannot be used here.
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: