Amazon CloudFront is a content delivery network (CDN) service built for high performance, security, and developer convenience. When you deliver streaming with CloudFront, you can use signed URL or signed cookie to protect your streaming from unauthenticated viewers. This CloudFormation template example demonstrates how you can add signed URL into the manifest file by using Lambda@Edge, which can be useful when some of your viewers doesn't support cookies. -
View it on GitHub