Media Query ApplicationΒΆ

  • Part 0: Introduction to AWS Lambda and Chalice
    • Create a virtualenv and install Chalice
    • Create a new Chalice application
    • Hello world Lambda function
    • Lambda function using event parameter
    • Delete the Chalice application
  • Part 1: Introduction to Amazon Rekognition
    • Install the AWS CLI
    • Detect image labels using Rekognition
  • Part 2: Build a Chalice application using Rekognition
    • Create a new Chalice project
    • Copy over boilerplate files
    • Write a Lambda function for detecting labels
    • Create a S3 bucket
    • Deploy the Chalice application
  • Part 3: Integrate with a DynamoDB table
    • Copy over boilerplate files
    • Create a DynamoDB table
    • Integrate the DynamoDB table
    • Redeploy the Chalice application
  • Part 4: Add S3 event source
    • Add Lambda event source for S3 object creation event
    • Redeploy the Chalice application
  • Part 5: Add S3 delete event handler
    • Add Lambda function for S3 object deletion
    • Redeploy the Chalice application
  • Part 6: Add REST API to query media files
    • Add route for listing media items
    • Add route for retrieving a single media item
    • Redeploy the Chalice application
  • Part 7: Add workflow to process videos
    • Introduction to Rekognition object detection in videos
    • Create SNS topic and IAM role
    • Deploy a lambda function for retrieving processed video labels
    • Automate video workflow on S3 uploads and deletions
    • Final Code
  • Cleaning up the Chalice application
    • Instructions
    • Validation
 
  • ← Section 2: Working with AWS CodePipeline
  • Part 0: Introduction to AWS Lambda and Chalice →

AWS Chalice Workshop

Navigation

  • Prerequisite: Setting up your environment
  • Todo Application
  • Media Query Application
    • Part 0: Introduction to AWS Lambda and Chalice
    • Part 1: Introduction to Amazon Rekognition
    • Part 2: Build a Chalice application using Rekognition
    • Part 3: Integrate with a DynamoDB table
    • Part 4: Add S3 event source
    • Part 5: Add S3 delete event handler
    • Part 6: Add REST API to query media files
    • Part 7: Add workflow to process videos
    • Cleaning up the Chalice application

Related Topics

  • Documentation overview
    • Previous: Section 2: Working with AWS CodePipeline
    • Next: Part 0: Introduction to AWS Lambda and Chalice

Quick search

©2017, James Saryerwinnie. | Powered by Sphinx 3.1.2 & Alabaster 0.7.12 | Page source