Note: I am using C# and have the Awsx package, these are the namespaces that come with the Awsx Package
e
elegant-gigabyte-8733
09/11/2023, 5:24 PM
My understanding was that support meant compatible in this case. There are a small number of services you can provision with AWSx but you can interop with the AWS package.
l
little-cartoon-10569
09/11/2023, 8:08 PM
Yes. Resources created with AWSX are AWS resources, with extra wrappers around them. You can get at the AWS resources in the normal way. You can (for example) use the subnets created by awsx.ec2.Vpc when creating RDS instances.