Skip to content

Commit

Permalink
Update python construct casing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed May 1, 2024
1 parent e168f05 commit 27fe524
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ export class Cttsov2Icav2PipelineManagerStack extends cdk.Stack {

// Get lambda layer object
const lambda_layer_obj = new PythonLambdaLayerConstruct(this, 'lambda_layer', {
layer_name: 'cttso-v2-launch-state-machine-layer',
layer_description: 'CTTSO v2 Launch State Machine Lambda Layer',
layer_directory: path.join(__dirname, '../layers/'),
layerName: 'cttso-v2-launch-state-machine-layer',
layerDescription: 'CTTSO v2 Launch State Machine Lambda Layer',
layerDirectory: path.join(__dirname, '../layers/'),
});

// Set ssm parameter object list
Expand Down

0 comments on commit 27fe524

Please sign in to comment.