Skip to content

Commit

Permalink
Update IAP lambda setting: faster and longer
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Feb 23, 2024
1 parent f79f84e commit d46c6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iap/iap_cdk_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
role=role,
vpc=shared_stack.vpc,
security_groups=[shared_stack.rds_security_group],
timeout=cdk_core.Duration.seconds(10),
timeout=cdk_core.Duration.seconds(30),
environment=env,
memory_size=256,
memory_size=512,
)

# ACM & Custom Domain
Expand Down

0 comments on commit d46c6a0

Please sign in to comment.