7 lines
372 B
Markdown
7 lines
372 B
Markdown
# Amplify Configuration Tests
|
|
|
|
Amplify allows for configuration from either an in-memory `AmplifyConfiguration` object, or from an `amplifyconfiguration.json` file (which simply deserializes
|
|
into an `AmplifyConfiguration` object.
|
|
|
|
As we add new categories, we will add new stanzas to the sample `amplifyconfiguration.json` file in this directory, to ensure compatibility.
|