Log to Cloudwatch directly from Android

huangapple go评论55阅读模式
英文:

Log to Cloudwatch directly from Android

问题

我一直在尝试将Cloud Watch Logging集成到我的Android应用程序中,直接记录日志而不使用任何其他API调用。我查看了AWS Amplify,但没有Android的日志记录功能。

只需创建一个使用API Gateway的API并将其连接到Lambda来记录已发送数据,这很容易,但我不打算采用这种解决方案。

英文:

I've been trying to integrate Cloud Watch Logging in my Android app that Logs directly without using any other API calls. I went over the AWS Amplify but there is no Logging for Android

It's easy to just create an API using API Gateway and connect it to Lambda that logs the sent data but I'm not looking into that kind of solution.

答案1

得分: 0

我能够在应用程序中使用 AWS SDK 实现解决方案,Amplify提供临时凭证。

英文:

I was able to implement the solution using AWS SDK in the app with Amplify providing temporary credentials.

huangapple
  • 本文由 发表于 2023年6月12日 23:11:16
  • 转载请务必保留本文链接:https://go.coder-hub.com/76458008.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定