Improve scalability for Amazon Rekognition stateless APIs using multiple regions
In previous blog post, we described an end-to-end identity verification solution in a single AWS Region. The solution uses the Amazon Rekognition APIs DetectFaces for face detection and CompareFaces for face comparison. We think of those APIs as stateless APIs because they don’t depend on an Amazon Rekognition face collection. They’re also idempotent, meaning repeated …
Read more “Improve scalability for Amazon Rekognition stateless APIs using multiple regions”