You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that in the latest update (2.0.0), metrics are no longer emitting to cloudwatch. As well the current "How to use" is no longer functional and outdated.
firstly, does it work if you specify a region explicitly? ( a region must be set, but aws_sdk has no defaulting, meaning that if you dont have a region provider either in your aws config or via some other method, it will fail.
secondly, to test that claim, run your test program with log/tracing enabled for the aws sdk crate and see what it outputs.
It seems that in the latest update (2.0.0), metrics are no longer emitting to cloudwatch. As well the current "How to use" is no longer functional and outdated.
Whereas in this previous iteration the following will work:
The text was updated successfully, but these errors were encountered: