Posted on 10th September 2024|12 views
can anyone please help me? I want to know the working mechanism of AWS Lambda.
Posted on 10th September 2024| views
AWS Lambda is a compute platform where a user is responsible only for application code in languages within it. The other compute requirements such as memory. CPU, Network etc are managed by the AWS Lambda. AWS Lambda executes the lambda function then produce a result. After the result execution, a user verifies the logs produced and various CloudWatch metrics.