serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New Serverless Pattern - Apigw-Lambda-Rekognition

Open archiev4 opened this issue 1 year ago • 0 comments

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.

archiev4 avatar Jul 02 '24 13:07 archiev4