I jumped on an existing web app project and need to know how to update/configure an Azure Client Secret in AWS.
In AWS > Lamda > Functions, I do see a config.json file that contains an object that references the secret key:
"TOKEN_REQUEST": {
"client_secret": "azure_app_client_secret"
},
Question is, where is that secret key stored?