Serverless: Run code without thinking about servers. Pay only for the compute time you consume.
- We "rent the infrastructure to run our code
- "Serverless" is not actually server less!
- There are still servers, but these resources are managed by the cloud provider
- as Functions as a Services (FAAS)
- AWS Lambda
- AWS Fargate
Run code without thinking about servers or clusters
AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.
npm config set init-author-name "Ahmed El-Demasy" -g
npm config set init-author-email "ceo@egyptianprogrammers.com" -g
npm config set init-author-url "https://github.com/demasy" -g
npm install -g serverless