From 3f65093581b80b2478837ec4fbf6a32055bb3bac Mon Sep 17 00:00:00 2001 From: Pawan Venugopal Date: Tue, 19 Oct 2021 18:42:51 -0700 Subject: [PATCH 1/2] Updated Readme file Updated readme file --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index acb8fd4..55d11df 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ This is an AWS Lambda Javascript function that works as an automated HLS streaming media encoder triggered by new files in S3, by creating jobs in AWS Elastic Transcoder. It's compatible with testing locally with node.js thanks to the Lambda boilerplate by [SC5](http://sc5.io/). Inspiration from the [Sitebase example](https://gist.github.com/Sitebase/1004af7d738929d0a7f1) on github. +Hello + ## Quick Start (run in the cloud) * Paste src/index.js content to a AWS Lambda code editor From 10274132044cb5c9b25a10f91dd38ace72977cd3 Mon Sep 17 00:00:00 2001 From: Pawan Venugopal Date: Tue, 19 Oct 2021 18:44:14 -0700 Subject: [PATCH 2/2] Updated Code Do you want me to code. --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 89dd7c2..50ef722 100644 --- a/src/index.js +++ b/src/index.js @@ -2,6 +2,7 @@ * Copyright (C) 2016 Sami Pippuri * HYBE Media Oy * See LICENSE for the copy of MIT license + * Updated code */ // BEGIN Lambda configuration