├── .gitignore ├── UploadData └── UploadMe.txt ├── handler.js └── serverless.yml /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamWSoftware/ServerlessYoutubeSeries/HEAD/.gitignore -------------------------------------------------------------------------------- /UploadData/UploadMe.txt: -------------------------------------------------------------------------------- 1 | I should be uploaded -------------------------------------------------------------------------------- /handler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamWSoftware/ServerlessYoutubeSeries/HEAD/handler.js -------------------------------------------------------------------------------- /serverless.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamWSoftware/ServerlessYoutubeSeries/HEAD/serverless.yml --------------------------------------------------------------------------------