Andrew Clark
Andrew Clark
Can I add to this. It would be nice if I could pass the json config directly to the Amplify.configure. i.e. drop the dart generation. The main reason for this...
Hi @Jordan-Nelson , what I would like to be able to do is , In the pubspec.yaml ``` assets: - lib/amplifyconfiguration.json ``` and then in main ``` final String config...
Thanks, I will wait on the support for the new outputs config. I currently have written a parser that create the flutter config from the amplify_outputs.json , of course it...
BTW: I have created the feature request. https://github.com/aws-amplify/amplify-backend/issues/1595 So this issue can be closed from my point of view, but I am not talking for @hangoocn of course.
My bad, new feature request here https://github.com/aws-amplify/amplify-backend/issues/1612
I can create a PR for this if that is helpful
Hi @chrisbonifacio , just checking that you know you can access the table name from the data resources. So ``` const { tables } = backend.data.resources backend.data.resources.cfnResources.cfnGraphqlApi.environmentVariables = { TODO_TABLE:...