Skip to content

Commit 1b5f4a1

Browse files
committed
Fix a missing import in AWS Lambda code example
1 parent c4d60dc commit 1b5f4a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/aws_lambda/lazy_aws_lambda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import logging
2+
import time
23

34
from slack_bolt import App
45
from slack_bolt.adapter.aws_lambda import SlackRequestHandler

0 commit comments

Comments
 (0)