# S3-to-Lambda Patterns Series The applications in this repo are supplementary training materials for the S3-to-Lambda blog series and video series. Each example has its own README.md file for additional instructions. Important: these applications use various AWS services and there are costs associated with these services after the Free Tier usage. Please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in these examples. ## Video series Watch the videos accompanying this repo at this YouTube Playlist: https://www.youtube.com/playlist?list=PLJo-rJlep0EAY0nMNBv0MZ487l1tOFAjh ## Blog series - [Translating documents at enterprise scale with serverless](https://aws.amazon.com/blogs/compute/translating-documents-at-enterprise-scale-with-serverless/) - see the [translation](./translation) example. - [Creating a searchable enterprise document repository](https://aws.amazon.com/blogs/compute/creating-a-searchable-enterprise-document-repository/) - see the [docrepository](./docrepository) example. - [Converting call center recordings into useful data for analytics](https://aws.amazon.com/blogs/compute/converting-call-center-recordings-into-useful-data-for-analytics/) - see the [transcription](./transcription) example. - [Creating a scalable serverless import process for Amazon DynamoDB](https://aws.amazon.com/blogs/compute/creating-a-scalable-serverless-import-process-for-amazon-dynamodb/) - see the [ddbImporter](./ddbImporter) example. - [Building scalable serverless applications with Amazon S3 and AWS Lambda](https://aws.amazon.com/blogs/compute/building-scalable-serverless-applications-with-amazon-s3-and-aws-lambda/). ## Videos All examples from the video series are located in the [videos-samples](./videos-samples) sub-directory. ## Requirements * AWS CLI already configured with Administrator permission * [NodeJS 14.x installed](https://nodejs.org/en/download/) * AWS Serverless Application Model ([AWS SAM](https://aws.amazon.com/serverless/sam/)) installed ============================================== Copyright 2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0