MARKETPLACE
PLUGINS
AWS REKOGNITION - COMPAREFACES
AWS Rekognition - CompareFaces logo

AWS Rekognition - CompareFaces

Published August 2025
   •    Updated January 2026

Plugin details

This plugin allows you to compare two face images using AWS Rekognition directly from your Bubble app. It uploads both images to your specified S3 bucket, processes them with Rekognition's CompareFaces feature, and returns whether the faces match and the similarity score. Perfect for identity verification, user onboarding, or any scenario that requires automated face comparison via Amazon’s powerful AI services.

Free

For everyone

stars   •   0 ratings
6 installs  
This plugin does not collect or track your personal data.

Other actions

Platform

Web & Native mobile

Contributor details

Bruno Almeida logo
Bruno Almeida
Joined 2022   •   4 Plugins
View contributor profile

Instructions

Before using this plugin, you need to configure the necessary AWS service permissions for your IAM user. As a suggestion, create a policy as described below and then attach it to your user’s permission list. This will allow you to use the plugin without access limitations for both Rekognition and S3:
{
   "Version": "2012-10-17",
   "Statement": [
       {
           "Effect": "Allow",
           "Action": [
               "s3:PutObject",
               "s3:GetObject"
           ],
           "Resource": "arn:aws:s3:::your-bucket-name/*"
       },
       {
           "Effect": "Allow",
           "Action": [
               "rekognition:CompareFaces"
           ],
           "Resource": "*"
       }
   ]
}

Types

This plugin can be found under the following types:

Categories

This plugin can be found under the following categories:

Resources

Support contact
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble