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 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