Skip to content

Commit

Permalink
Added UserManagementLambda Parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshk-5 authored Feb 2, 2024
1 parent 2e1b90c commit 40cbf56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloudformation/lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Parameters:
Default: true
AllowedValues: [ true, false ]

UserManagementLambda:
Type: String
AllowedPattern: ^[a-zA-Z0-9]+[a-zA-Z0-9-]+[a-zA-Z0-9]+$
Default: infra-admin-api-user-management-lambda


Conditions:
UseCustomDomainNameCond: !Equals [!Ref UseCustomDomainName, true]
IsProd: !Equals [!Ref Env, 'prod']
Expand Down

0 comments on commit 40cbf56

Please sign in to comment.