Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 1.54 KB

Amazon.md

File metadata and controls

13 lines (7 loc) · 1.54 KB

Amazon

Amazon.com (/ˈæməzɒn/ or /ˈæməzən/), often simply Amazon, is an American electronic commerce and cloud computing company, founded on July 5, 1994, by Jeff Bezos and based in Seattle, Washington. It is the largest Internet-based retailer in the world by total sales and market capitalization.[14] Amazon.com started as an online bookstore, later diversifying to sell DVDs, Blu-rays, CDs, video downloads/streaming, MP3 downloads/streaming, audiobook downloads/streaming, software, video games, electronics, apparel, furniture, food, toys, and jewelry. The company also produces consumer electronics—notably, Amazon Kindle e-readers, Fire tablets, and Fire TV—and is the world's largest provider of cloud infrastructure services (IaaS). Amazon also sells certain low-end products like USB cables under its in-house brand AmazonBasics. Wikipedia

Amazon Lambda

Amazon Serverless Compute Platform

AWS Lambda lets you run code without provisioning or managing servers. You pay only for the compute time you consume - there is no charge when your code is not running. With Lambda, you can run code for virtually any type of application or backend service - all with zero administration. Just upload your code and Lambda takes care of everything required to run and scale your code with high availability. You can set up your code to automatically trigger from other AWS services or call it directly from any web or mobile app. Homepage

Supported Languages:

  • Node.js