Skip to content

Commit

Permalink
fix: bot entry point path
Browse files Browse the repository at this point in the history
  • Loading branch information
OtacilioN committed Sep 2, 2024
1 parent e2d39a0 commit fbc3ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serverless/functions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
message-processor:
handler: src/messageProcessor.connector
handler: src/messageProcessor.api
memorySize: 256
timeout: 500
events:
Expand All @@ -8,7 +8,7 @@ message-processor:
BOT_CODE: ConectorExemplo

verifyToken:
handler: src/verifyToken.connector
handler: src/verifyToken.api
memorySize: 128
timeout: 180
events:
Expand Down

0 comments on commit fbc3ed5

Please sign in to comment.