Lambda
AWS Lambda
Lambda
It is a serverless Function as a Service (Faas)
Pay per request (number of invocations) and compute time
Integrated with CloudWatch for monitoring
Not good for running containerized applications
Can package and deploy Lambda fu...
rohitpagote-aws.hashnode.dev5 min read