AWS Lambda → serverless compute service configured with trigger

Screenshot 2026-05-04 at 3.17.48 PM.png

create Lambda Function

knowledge check

  1. most efficient way to trigger lambda function for multiple S3 buckets
    1. configure event notifications for each bucket to the same lambda function
  2. key component when creating lambda function
    1. function blueprints → pre-configured templates for common use cases
  3. memory setting when configuring lambda function
    1. amount of RAM allocated for function - impacts CPU allotted to run function too
  4. amazon cloudwatch
    1. used to monitor lambda functions
    2. collects and tracks metrics, logs, alarms
  5. maximum execution time for lambda function
    1. 15 min