hi guys, i'm new here. I'd like to know if in the ...
# aws
d
hi guys, i'm new here. I'd like to know if in the future awsx package for typescript will manage cloudformation stacks. Thank you😃
m
d
yes, i'd like to know if this will be also supported in awsx
l
AWSX is just a library of composed resources, built on top of the AWS provider. It providers an opinionated, convention-over-configuration based approach to creating multiple resources from a single component resource constructor.
AWSX is used with AWS: Pulumi programs use them both together, resources from use are used in resources of the other.
What sort of things do you envision AWSX simplifying, compared to AWS?