Skip to content

Run code without thinking about servers. Pay only for the compute time you consume.

License

Notifications You must be signed in to change notification settings

demasy/AWS-Serverless-Journey

Repository files navigation

AWS Serverless Journey

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 Services :-

  • AWS Lambda
  • AWS Fargate

AWS Lambda

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.


Installation

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

Resources

Cloud Academy [Not Free]

About

Run code without thinking about servers. Pay only for the compute time you consume.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published