This is a service that allows the creation of cloud based applications that can quickly perform actions without having to manage servers
Name some use cases for AWS Lambdas.
Scalable APIs and data processing
Describe “serverless” to a non-technical friend.
In this case, serverless means that a Lambda function can be executed independently of a server. Lambdas are stand alone functions that can be tied to a variety of services to perform the desired outcome
A content delivery network is an interconnected network that works in tandem to deliver requested content
How does a CDN work with relation to the website visitor?
The CDN is able to use the location of the user to deliver requested content to the user utilizing the geographically closest server. This helps to drive down latency experienced by the end-user.
What are the benefits of employing a CDN?
Fast speed due to content being cached from the origin server into multiple geographically independent servers.