What happens when an error occurs within an AWS Lambda function?

  • The error is ignored
  • The function continues executing
  • The function execution is halted and the error is logged
  • The function retries automatically
When an error occurs within an AWS Lambda function, the function execution is halted and the error is logged, allowing for debugging and error handling strategies to be implemented.
Add your answer
Loading...

Leave a comment

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