enough-garden-22763
10/04/2021, 3:08 PMinputShape(T)
style records to Input<T>
with the facilities in the SDK, specifically Inputs.GetAmiIdsFilterInputArgs to Inputs.GetAmiIdsFilterArgs from the AWS provider. GetAmiIdsFilterInputArgs essentially is a record that’s deeply transformed by codegen to insert Input<_>
layer everywhere to make it easier for the users to pass outputs in. In my work I need to “unnest” all these inputs back. I found a different way forward but it’s striking me as not exactly elegant and it will make the implementation diverge from what we have in some other language SDKs. So I’d like to solicit feedback here, perhaps I’m missing something obvious.worried-city-86458
10/04/2021, 6:49 PMenough-garden-22763
10/04/2021, 8:13 PM