Skip to content

Commit

Permalink
chore: updating ddb-to-os module
Browse files Browse the repository at this point in the history
  • Loading branch information
malachi-constant committed Feb 26, 2024
1 parent 6e47968 commit cbf1680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/integration/ddb-to-opensearch/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ def __init__(
id=f"{dep_mod}-requests-aws4auth",
entry="layers/",
layer_version_name=f"{dep_mod}-requests-aws4auth",
compatible_runtimes=[lambda_.Runtime.PYTHON_3_7],
compatible_runtimes=[lambda_.Runtime.PYTHON_3_9],
)

lambda_trigger = PythonFunction(
self,
"DDBtoOSTriggerLambda",
entry="lambda",
runtime=lambda_.Runtime.PYTHON_3_7,
runtime=lambda_.Runtime.PYTHON_3_9,
index="index.py",
handler="handler",
timeout=Duration.minutes(1),
Expand Down

0 comments on commit cbf1680

Please sign in to comment.