Skip to content

Commit

Permalink
fix: doubled Data Ingestion timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanPrakash09 committed Nov 4, 2024
1 parent 46ba9c9 commit 7266146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/lib/api-gateway-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ export class ApiGatewayStack extends cdk.Stack {
{
code: lambda.DockerImageCode.fromImageAsset("./data_ingestion"),
memorySize: 512,
timeout: cdk.Duration.seconds(300),
timeout: cdk.Duration.seconds(600),
vpc: vpcStack.vpc, // Pass the VPC
functionName: "DataIngestLambdaDockerFunc",
environment: {
Expand Down

0 comments on commit 7266146

Please sign in to comment.