This message was deleted.
# aws
s
This message was deleted.
👀 1
r
Adding on, what is the relationship between crosswalk and the registry going forwards?
l
Crosswalk/awsx is still maintained. Since it's an abstraction layer, it's insulated from a lot of the smaller, faster-paced changes within aws and aws-native, so changes aren't needed often.
1
Work on registry and aws-native has probably distracted developers from extending awsx. There is a roadmap for it, which probably leans towards making it available in other languages.
Since aws and aws-native are complementary, I'm betting that a migration off aws onto aws-native is very low priority. There would be no visible improvement to awsx users from this change. The only pressing reason to do it would be to enable the deprecated of aws, and that's not likely to happen any time soon (too much code is dependent on that).
1
With the addition of component packages in the registry, adding a separate awsx-native package is feasible and probably more likely than changing the existing awsx package.
All the above are my own hypotheses and in no endorsed by Pulumi.
I believe that supporting additional languages in awsx is quite high priority in Pulumi's plans, though unscheduled as yet. Other upcoming changes that relate to awsx include "v2" (no idea what that means) and enhancements to multi-language components (which might bring aws-native and "v2" together?).
r
I think awsx is more likely to be split up into individual components and be made available through the registry as multilang components (for example: https://www.pulumi.com/registry/packages/aws-apigateway/)
r
That's the package I saw on the registry that made me ask, thank you both for your thoughts 👍