Both are serverless features fully managed by AWS.
AWS Lambda
This is event driven service.
We can configure to run a function code or perform an action if our target even has occurred. We only pay for the execution time for which our function code has run.
AWS Lambda is serverless and most cost effective service if we make use of it.
AWS Athena
AWS Athena is a service that allows to analyze various log files from S3 buckets using standard SQL Queries.
No comments:
Post a Comment