Closed dpilch closed 1 month ago
As far as I can tell this is a typo in the PR description, but calling it out in case:
/*
Possible options
'aws_iam',
'openid_connect',
'amazon_cognito_identity_pools',
'amazon_congnit_user_pools',
'api_key',
'aws_lambda',
*/
Yes, typo in the description. We can see amazon_congnito_user_pools
is set correctly in the unit test.
Description of changes
Add additional metrics metadata for
authorizationMode
andcustomOperations
. The metric data is stored in the CFN stack description.CDK / CloudFormation Parameters Changed
The metrics are stored in the CFN description. No real functional change, but the descriptions will be updated.
Issue #, if available
N/A
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.