Skip to content

Commit

Permalink
missing lambda in webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
me-matt committed Feb 9, 2024
1 parent b2b69de commit ba82bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webpack/webpack.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const AwsSamPlugin = require("aws-sam-webpack-plugin");

const LAMBDA_NAMES = ['SearchLambdaFunction', 'GetLambdaFunction', 'PostLambdaFunction', 'PatchLambdaFunction',
'ArchiveLambdaFunction', 'UnarchiveLambdaFunction', 'PromoteLambdaFunction', 'UpdateVrmFunction',
'UpdateVinFunction', 'GeneratePlateFunction', 'GenerateLetterFunction', 'SyncTestResultInfoFunction', 'GenerateAdrCertificateFunction'];
'UpdateVinFunction', 'GeneratePlateFunction', 'GenerateLetterFunction', 'SyncTestResultInfoFunction',
'GenerateAdrCertificateFunction', 'RemoveInvalidPrimaryVrms'];
const OUTPUT_FOLDER = './'
const REPO_NAME = 'cvs-svc-technical-records-v3';
const BRANCH_NAME = branchName().replace(/\//g, "-");
Expand Down

0 comments on commit ba82bc1

Please sign in to comment.