Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 831 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 831 Bytes

lambda-upload-to-vimeo

Lambda-func to upload a video to vimeo

Usage

Invoke this function like any lambda function, as documented in the aws sdk.

Payload

required

  • sourceBucket - S3 bucket for the file to be uploaded
  • sourceKey - S3 key for the file to be uploaded
  • videoDescription - Vimeo metadata: Description for the video
  • videoTitle - Vimeo metadata: Name of the video