Fix stack name
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user