In AWS Lambda, what happens when an event triggers a function?

  • The function creates a new virtual machine to process the event
  • The function is invoked with the event data passed as input
  • The function is stored in S3 for later use
  • The function sends the event data to a DynamoDB table
When an event triggers a Lambda function, the service automatically runs the function with the event data as input, without any need for provisioning or managing servers.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *