aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
[Enhancement]: Create the MySQL example for .NET and React front end./
Background story
To talk to MySQL RDS, you cannot use the RDS Strongly typed API. You need to use the API specific to MySQL. We need a .NET Example that exposes REST and uses the .NET API on backend to talk to MySQL.
What does this example accomplish?
SHows the usage pattern for .NET to talk to RDS MySQL.
Which AWS service(s)?
RDS MySQL
Which AWS SDKs or tools?
- [ ] All languages
- [X] .NET
- [ ] Go (v2)
- [ ] Java
- [ ] Java (v2)
- [ ] JavaScript
- [ ] JavaScript (v3)
- [ ] Kotlin
- [ ] PHP
- [ ] Python
- [ ] Ruby
- [ ] Rust
- [ ] Swift
- [ ] Not applicable
Are there existing code examples to leverage?
No response
Do you have any reference code?
No response