Skip to content

Commit

Permalink
moving cognito stack to common folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Howlla committed Apr 30, 2024
1 parent dfbcb01 commit 8df084a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class CognitoIdpStack extends cdk.Stack {

const authChallengeFn = new lambda.Function(this, 'authChallengeFn', {
runtime: lambda.Runtime.PYTHON_3_12,
code: lambda.Code.fromAsset('./lib/single-new-eks-cost-monitoring-pattern/lambda'),
code: lambda.Code.fromAsset('./lib/common/cognito/lambda'),
handler: 'lambda_function.lambda_handler',
role: lambdaExecutionRole,
environment: {
Expand Down

0 comments on commit 8df084a

Please sign in to comment.