Terraform module to create Amazon Cognito User Pools, configure its attributes and resources such as app clients, domain, resource servers. Amazon Cognito User Pools provide a secure user directory that scales to hundreds of millions of users.
The idea is to have consistency in code, simplifying lambda_config dynamic block definition and make clear how to iterate over lambda_config module input.
This PR is aimed to refactor
lambda_config
dynamic block as discussed in https://github.com/lgallard/terraform-aws-cognito-user-pool/pull/143#issuecomment-2073526759.The idea is to have consistency in code, simplifying
lambda_config
dynamic block definition and make clear how to iterate overlambda_config
module input.cc: @Dogacel