We’re having a bit of a trouble figuring out what ...
# aws
w
We’re having a bit of a trouble figuring out what flavor of aws library we should be using; aws, aws native, awsx, awsx classic? There also seems to be a major version coming to awsx so the docs/guides and the api reference seem to be out of sync.
b
@wooden-queen-83060 aws is our primary AWS experience, it’s what you’d use to author things generally aws-native is in prerelease, and contains resources which don’t exist in the AWS provider awsx is a component which consists of best practices. So for example, instead of hand authoring a VPC, you can get a VPC with subnets and routes ready to go aws-classic is largely deprecated at this stage
does that help?
w
Yeah that clears it up 👍