Skip to content

Commit

Permalink
Teste de geração de release automático
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianosan committed Oct 23, 2024
1 parent 293ee11 commit ade583e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda_functions/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,4 +338,5 @@ 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 ade583e

Please sign in to comment.