aws-samples / aws-media-services-simple-vod-workflow

Lab that covers video conversion workflow for Video On Demand using AWS MediaConvert.
Apache License 2.0
369 stars 147 forks source link

Simple VOD workflow shouldn't call describeendpoints every time #42

Closed AWSDocs-Jared closed 10 months ago

AWSDocs-Jared commented 1 year ago

https://github.com/aws-samples/aws-media-services-simple-vod-workflow/blob/master/7-MediaConvertJobLambda/convert.py

Here, our example shows calling describeendpoints every time. This is problematic since the request rate limit is 1 per second.

The example should have a spot for a cached or manually entered endpoint.

AWSDocs-Jared commented 1 year ago

This issue is related: https://github.com/aws-samples/aws-media-services-simple-vod-workflow/issues/38