-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Rekognition support #4071
Comments
Hi @Robmosh91, that sounds good - new services are always welcome! Hopefully that's useful. Feel free to ask any questions if you get stuck, or just open a draft PR if there's something specific that doesn't work. |
With Moto 3.1.4.dev3 we now have an initial Rekognition implementation, with support for the features I'll close this, but feel free to open a new issue or PR if you'd like to see any other features! |
…_search. Follows on from this work: getmoto#4957 refs: https://docs.aws.amazon.com/rekognition/latest/dg/what-is.html https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rekognition.html More specifically: https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetFaceSearch.html https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartFaceSearch.html Related issue: getmoto#4071
…_search. Follows on from this work: getmoto#4957 refs: https://docs.aws.amazon.com/rekognition/latest/dg/what-is.html https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/rekognition.html More specifically: https://docs.aws.amazon.com/rekognition/latest/APIReference/API_GetFaceSearch.html https://docs.aws.amazon.com/rekognition/latest/APIReference/API_StartFaceSearch.html Related issue: getmoto#4071
HI,
first, thanks for this awesome project which helped me a lot.
Currently I'm looking for a way to mock the AWS Rekognition Service and would like to contribute to its implementation.
Can you give any guidance on how to start?
If anybody else would like to contribute, I'm happy to co-work on this.
The text was updated successfully, but these errors were encountered: