简体   繁体   中英

How do I authenticate my crash dumps to AWS Lambda?

I have an iOS Shopping App and want that the customers smartphones send Logs (when a crash happens for example) to an AWS Lambda function.

How can I avoid that other Apps than my own App can send Logs to this Lambda Function? I need some kind of authentification.

Theres a great tutorial on something like this here

Basically you need to go through the process of setting up a Lambda authorizer, which is a multifaceted approach to authorization and can serve any need.

The docs are particularly verbose about this subject.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM