jrnewton / tapedeck-api

Lambda functions for tapedeck

Home Page:https://tapedeck.us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Tapedeck API

Lambda functions deployed via AWS for tapedeck.

Repo Structure

This is a single repo containing multiple lambda functions.

The root package.json contains

  • editor settings and related dev-dependencies

Each function

  • resides in it's own directory under ./function/
  • has it's own package file with runtime dependencies and dev-dependencies used to test/lint.

Architecture

The app can archive an M3U end to end with the following service flow:

  • function/request -> receive GET request from https://tapedeck.us/capture, do simple validatation and write data to DynamoDB.
  • function/process-ddb-stream -> convert DynamoDB insert events to SQS messages.
  • function/archive2 -> Process SQS messages, streaming each object to an S3 bucket for the user (aka "subject").
  • function/process-s3 -> Update DynamoDB based on S3 events (Eg set status from "in-progress" to "complete").

About

Lambda functions for tapedeck

https://tapedeck.us

License:MIT License


Languages

Language:JavaScript 96.3%Language:Shell 3.7%