Skip to content

Commit

Permalink
bump up provisioned concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
codyborn committed Dec 16, 2024
1 parent 507a5a4 commit 824cdd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stacks/lambda-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class LambdaStack extends cdk.NestedStack {
const { provisionedConcurrency, kmsKey, tableCapacityConfig, indexCapacityConfig, chatbotSNSArn } = props

const lambdaName = `${SERVICE_NAME}Lambda`
const orderNotificationProvisionedConcurrency = 20
const orderNotificationProvisionedConcurrency = 50

const lambdaRole = new aws_iam.Role(this, `${lambdaName}-LambdaRole`, {
assumedBy: new aws_iam.ServicePrincipal('lambda.amazonaws.com'),
Expand Down

0 comments on commit 824cdd5

Please sign in to comment.