Skip to content

Commit e16adc9

Browse files
authored
Fix #957 (#958)
* Fix #957 Fixes: #957 * Use Typescript notation * Fix linting as suggested
1 parent efd7836 commit e16adc9

File tree

1 file changed

+1
-0
lines changed
  • lib/workload/stateless/stacks/bclconvert-manager/deploy

1 file changed

+1
-0
lines changed

lib/workload/stateless/stacks/bclconvert-manager/deploy/stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export class BclConvertManagerStack extends Stack {
104104
ICAV2_ACCESS_TOKEN_SECRET_ID: icav2JwtSecretsManagerObj.secretName,
105105
},
106106
architecture: Architecture.ARM_64,
107+
reservedConcurrentExecutions: 1,
107108
});
108109

109110
dynamoDBTable.grantReadWriteData(EventTranslatorFunction);

0 commit comments

Comments
 (0)