- What are serverless functions?
serverless functions are single-purpose, programmatic functions that are hosted on managed infrastructure. These functions, which are invoked through the Internet, are hosted and maintained by cloud computing companies.
- If you were to create a system that emulated Lambda functions, how would you do it?
- Describe how a CDN works
To minimize the distance between the visitors and your website's server, a CDN stores a cached version of its content in multiple geographical locations (a.k.a., points of presence, or PoPs). ... In essence, CDN puts your content in many places at once, providing superior coverage to your users.
Serverless Functions - serverless functions are single-purpose, programmatic functions that are hosted on managed infrastructure.
Cloud Storage - Cloud storage is a cloud computing model that stores data on the Internet through a cloud computing provider who manages and operates data storage as a service.
CDN - A content delivery network (CDN) refers to a geographically distributed group of servers that work together to provide fast delivery of Internet content.