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

Configure Existing AWS Resources like the JS SDK

Open pcanas opened this issue 2 years ago • 0 comments

Before opening, please confirm:

Language and Async Model

Not applicable

Amplify Categories

Not applicable

Gradle script dependencies

// Put output below this line


Environment information

# Put output below this line


Please include any relevant guides or documentation you're referencing

No response

Describe the feature request

The current system to use existing AWS resources is very suboptimal, because the amplifyconfiguration.json file gets overwritten any time we pull or push local changes to the cloud.

I propose to adapt this to be similar to the JS SDK where manual configurations can be done in the app without touching the configuration file.

Initialization steps (if applicable)

No response

Code Snippet

// Put your code below this line.

amplifyconfiguration.json

No response

GraphQL Schema

// Put your schema below this line


Additional information and screenshots

No response

pcanas avatar Sep 05 '22 06:09 pcanas