• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
Randy Findley

serverless-AWS-Rekognition-finpics

by

Use AWS Rekognition to provide a faces search of finpics.com

  1. serverless-AWS-Rekognition-finpics

finpics

Use AWS Rekognition to provide a faces search of finpics.com

DynamoDB

pics table

  • primaykey (Primary Key)
  • sortKey (Sort Key)
  • ... Rekognition IndexFaces response

Picsets

  • primaykey: '/' (Primary Key)
  • sortkey: '014_newportboston' (Sort Key)
  • pic: 'Newport_pic_3.jpg'

Pics

  • primaykey: '014_newportboston' (Primary Key)
  • sortkey: 'Newport_pic_3.jpg' (Sort Key)
  • ... Rekognition IndexFaces response

Develop locally

npm run serve

Deploy

Install AWS CLI and configure profile credentials.

Web Assets

npm run deploy-site

Photos

npm run upload-pics photos/383

TODO

  • Update lambda to auto-orient pictures if needed.

Contents

  • finpics
  • DynamoDB
  • pics table
  • Develop locally
  • Deploy
  • Web Assets
  • Photos
  • TODO

Related

GuidesPluginsExamplesSlack CommunitySupport