Skip to content

Commit

Permalink
Teste release automático
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianosan committed Oct 24, 2024
1 parent 072b4cd commit a3c43ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lambda_functions/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,4 @@ def handle(self, handler_input, exception):
sb.add_request_handler(CancelOrStopIntentHandler())
sb.add_request_handler(SessionEndedRequestHandler())
sb.add_exception_handler(CatchAllExceptionHandler())

lambda_handler = sb.lambda_handler()

0 comments on commit a3c43ef

Please sign in to comment.