We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd7836 commit e16adc9Copy full SHA for e16adc9
lib/workload/stateless/stacks/bclconvert-manager/deploy/stack.ts
@@ -104,6 +104,7 @@ export class BclConvertManagerStack extends Stack {
104
ICAV2_ACCESS_TOKEN_SECRET_ID: icav2JwtSecretsManagerObj.secretName,
105
},
106
architecture: Architecture.ARM_64,
107
+ reservedConcurrentExecutions: 1,
108
});
109
110
dynamoDBTable.grantReadWriteData(EventTranslatorFunction);
0 commit comments