We have an existing AWS Amplify project with auth, api, storage, hosting etc. Works well. We now need to create a separate publicly accessible site using the same DynamoDB tables, GraphQL schema etc. without auth and with different hosting and storage resources. We have viewed a couple of similar questions on StackOverflow without any answers. Our best guess would be to copy over the Amplify config files and remove the non-api related config files and sections - but that seems like a hack if it works.
Is there any official way to attempt this?