Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent b5de64b commit 31a1a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/bedrock_invoker/src/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

s3 = boto3.client('s3')
bedrock = boto3.client('bedrock-runtime')
config = Config(read_timeout=1000)
config = Config(read_timeout=100000)

def lambda_handler(event, context):
"""
Expand Down

0 comments on commit 31a1a9b

Please sign in to comment.