Skip to content

Commit

Permalink
Update CDK memory size for StepFunctionGlueStepSix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruiscosta committed Apr 7, 2023
1 parent 57df514 commit dd65fca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/src/app-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,7 @@ export class AppStack extends cdk.Stack {
index: "step-six-glue-job.py",
entry: "../step-functions/aws-glue-job",
timeout: cdk.Duration.minutes(5),
memorySize: 1024,
environment: {
REGION: awsRegion,
},
Expand Down

0 comments on commit dd65fca

Please sign in to comment.