I am trying to create a cognito user pool ID and the app client using Serverless.yml file
I am referring this link -
I want to use this Cognito user pool id in my code.
Is there any way I can get this User Pool ID and app client ID in my lambda code?
Is there any way serverless can create some envieonment variables, which can hold the values for user pool ID and the App client ID?