reading-notes

These are my reading notes for Code Fellows


Project maintained by taegorov Hosted on GitHub Pages — Theme by mattgraham

Home

AWS: API, Dynamo and Lambda

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. (source)

The same way we were doing when we were working with Express, but each function would be its own file.

At its core, a CDN is a network of servers linked together with the goal of delivering content as quickly, cheaply, reliably, and securely as possible. In order to improve speed and connectivity, a CDN will place servers at the exchange points between different networks. (source)

Document the following Vocabulary Terms:

a programmatic function written by a software developer for a single purpose. It’s then hosted and maintained on infrastructure by cloud computing companies. (source)

a service model in which data is transmitted and stored on remote storage systems, where it is maintained, managed, backed up and made available to users over a network. (source)

Content Delivery Network. Groups of servers in various places that work together to deliver content. (source)