Limit this search to....

Aws: Developers Guide to AWS Lambda The Ultimate Beginners Guide
Contributor(s): Hutten, Dennis (Author)
ISBN: 1977548172     ISBN-13: 9781977548177
Publisher: Createspace Independent Publishing Platform
OUR PRICE:   $16.14  
Product Type: Paperback - Other Formats
Published: September 2017
Qty:
Additional Information
BISAC Categories:
- Computers | System Administration - General
- Computers | Operating Systems - Virtualization
Physical Information: 0.28" H x 5.98" W x 9.02" (0.40 lbs) 130 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Amazon Web Services (AWS) Lambda lets you run JavaScript (Node.js), Java & Python scripts/apps in Amazon's (virtually) infinately-scalable cloud environment without having provision VM instances or other "orquestration"; Everything is dynamically auto-scaled so if you have 1 user or 1 billion you pay for usage.AWS are effectively disrupting their (own) existing business with Lambda. Instead of forcing us to pay for EC2 instances in fixed increments and have complex application monitoring/scaling, AWS have built a much simpler way of building & running micro-services.Lambda also disrupts other Platform-as-a-Service ("PaaS") providers such as Heroku, Google App Engine, Azure or Modulus where you pay for a specific amount of compute power & RAM but have a scaling delay and scale in a fixed increment(instances).