Skip to content

Commit

Permalink
Merge pull request #64 from hubverse-org/bsweger/increase-lambda-reso…
Browse files Browse the repository at this point in the history
…urces/32

Increase memory and timeout configuration for the transform lambda
  • Loading branch information
nickreich authored Nov 15, 2024
2 parents 0047104 + 51f6c50 commit ecab237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hubverse_infrastructure/shared/hubverse_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ def create_transform_lambda(
s3_bucket=s3_bucket,
s3_key=s3_key,
tags={"hub": "hubverse"},
timeout=210,
memory_size=500,
timeout=600,
opts=ResourceOptions(depends_on=[hubverse_asset_bucket]),
)

Expand Down

0 comments on commit ecab237

Please sign in to comment.