amplify-flutter icon indicating copy to clipboard operation
amplify-flutter copied to clipboard

feat(core): add AmplifyOutputs types based on the CLI Gen2 client config schema

Open NikaHsn opened this issue 1 year ago • 0 comments

Issue #, if available:

Description of changes:

  • add AmplifyOutputs types representing the CLI Gen2 client config schema
  • updated CognitoUserAttributeKeyConverter to not convert keys to upper case and add a new CognitoUserAttributeKeyConverterToUpperCase for converting keys to upper case (this is only used by AmplifConfig as the user attribute keys are upper case in the amplifyconfiguration file)

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

NikaHsn avatar May 08 '24 19:05 NikaHsn