Is there any plans to support Amazon Neptune?
Yes, we're planning on supporting all AWS services.
We're a bit behind on botocore versions, so we don't have Neptune in our list of unimplemented services yet: https://github.com/rusoto/rusoto/issues/436 .
https://github.com/rusoto/rusoto/pull/1101 bumps our version of botocore to the latest release which includes Neptune. A prerequisite for adding the service. 馃槃
After https://github.com/rusoto/rusoto/pull/1106 lands, https://github.com/rusoto/rusoto/issues/436 will be updated to track all missing services including Neptune.
Most helpful comment
https://github.com/rusoto/rusoto/pull/1124 馃憤