0 votes
in AWS by

Using Content Delivery Network (CDN), an administrator would like to serve varying types of content based on the viewer's browser cookies.

Which is the most appropriate serverless technique that can be used to achieve this?

1 Answer

0 votes
by

Correct Answer - B.

AWS Lambda@Edge is a serverless service that makes it possible to run event-triggered functions on Edge Locations within the AWS Content Delivery Network.

Using AWS CloudFront, an administrator can introduce decision-making and compute processing closer to the viewer's location.

...