Skip to content

Commit

Permalink
Forçando a compilação de um novo release
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianosan committed Dec 28, 2024
1 parent 6a32f6b commit a1d0333
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 @@ -339,4 +339,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 a1d0333

Please sign in to comment.