serverless-patterns
serverless-patterns copied to clipboard
New Serverless Pattern - Apigw-Lambda-Rekognition
Issue #2349, if available:
Description of changes:
A new Terraform pattern which does image moderation using Lambda. This uses API Gateway-Lambda to generate an S3 pre-signed URL and upon uploading an object using that URL, another Lambda function will be invoked to check if the uploaded image is inappropriate. If yes, it notifies the subscriber using SNS. The Lambda function used Python 3.12 and uses a zip file.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.