Skip to the content.
Home Page
Class 18 Notes
Review, Research, and Discussion
- Serverless fucntions are functions that you add to a cloud service that acts as a RESTful function and allows you to use it and maintain it through that cloud service provider.
- You would create a system that emulates Lambda functions by using the AWS console which allows you to write functions with a code editor.
- A CDN network is a network of servers that distributes content from an origin by caching content close to where each end user is accessing the internet.
Terms
- Serverless Functions: Funcitons hosted by a cloud service provider.
- Cloud Storage: Cloud storage is a cloud computing model that stores data on the internet.
- CDN: Network of servers used for distributing data.