Fix stack name

This commit is contained in:
Anup Raj Gopinathan
2025-06-25 15:36:38 +02:00
parent b8611232ea
commit 2e5159686b
+1 -1
View File
@@ -75,7 +75,7 @@ export class MccAPIInfraStack extends Stack {
},
});
const lambdaDBUpgradeFunction = new aws_lambda_python_alpha.PythonFunction(this, `${stackName}MCCApp`, {
const lambdaDBUpgradeFunction = new aws_lambda_python_alpha.PythonFunction(this, `${stackName}MCCAppDBUpgrade`, {
runtime: Runtime.PYTHON_3_11,
handler: 'lambda_handler_upgrade_db',
timeout: Duration.minutes(5),