awslabs / aws-lambda-rust-runtime

A Rust runtime for AWS Lambda
Apache License 2.0
3.36k stars 343 forks source link

fix: expose CloudWatchMetricAlarm and CloudWatchCompositeAlarm #926

Closed junlarsen closed 2 months ago

junlarsen commented 2 months ago

📬 Issue #, if available: N/A

✍️ Description of changes: These types are referred to in the rust documentation for the CloudWatchAlarm type, but they were previously not exported by the crate, and instead left unused.

🔏 By submitting this pull request