Skip to content

Commit

Permalink
feature: use generative speech (#33)
Browse files Browse the repository at this point in the history
---------

Co-authored-by: Ran Isenberg <[email protected]>
  • Loading branch information
ran-isenberg and Ran Isenberg committed Aug 2, 2024
1 parent 3b552ba commit e37dc9f
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 621 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
name: Ensure that code don't have trailing whitespace
Expand All @@ -26,7 +26,7 @@ repos:
exclude: "^(?!helpers/)"
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.5
rev: v0.5.5
hooks:
# Run the Ruff linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion cdk/my_service/consumer.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def _create_target_lambda(self, bucket: s3.Bucket) -> _lambda.Function:
},
tracing=_lambda.Tracing.ACTIVE,
retry_attempts=0,
timeout=Duration.minutes(10),
timeout=Duration.minutes(14),
memory_size=512,
layers=[lambda_layer],
role=role,
Expand Down
Loading

0 comments on commit e37dc9f

Please sign in to comment.