awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Key pairs creation/upload by the CLI when creating a new VoD project with signed urls #202

Closed nathanagez closed 3 years ago

nathanagez commented 3 years ago

Is your feature request related to a problem? Please describe. FTM when creating a VoD project with signed urls we have to manually create the .pem keys and upload the public key on CloudFront.

Describe the solution you'd like When creating a new VoD project with signed urls, we should be able to create and upload .pem keys directly from the CLI using the recommended approach by AWS, trusted key groups instead of the AWS root account.