Hello everyone. I have been reviewing the AWSX(Cro...
# getting-started
w
Hello everyone. I have been reviewing the AWSX(Crosswalk) Documentation and stumbled upon a page that claims AWSX supports all AWS services. I was particularly interested in finding documentation for AWSX(Crosswalk) RDS service, but unfortunately, I could not locate any. Would anyone be willing to help guide me in the right direction or clarify if I am mistaken? Thank you.
Note: I am using C# and have the Awsx package, these are the namespaces that come with the Awsx Package
e
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
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.
w
Gotcha !!.. thanks and will look into it