What are cloud native applications?
Cloud native applications are built for the cloud, designed to be highly scalable, resilient, and portable, and developed using cloud-native technologies. The cloud-native approach emphasizes using microservices, containers, and serverless computing to enable rapid and continuous software delivery.
AWS Lambda
Run code without thinking about servers or clusters.
Run code without provisioning or managing infrastructure. Simply write and upload code as a .zip file or container image.
Automatically respond to code execution requests at any scale, from a dozen events per day to hundreds of thousands per second.
Save costs by paying only for the compute time you use—by the millisecond—instead of provisioning infrastructure upfront for peak capacity.
Optimize code execution time and performance with the right function memory size. Respond to high demand in double-digit milliseconds with Provisioned Concurrency.
AWS Lambda: How it works
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.
Forwarded from Programmer Jokes