aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
.NET: Modify the DynamoDB Item Tracker to a Rest API for use with React app
Background story
We have the backend logic. However current example uses custom HTML. Flip it to use a REST API so React app can invoke it. Example to modify is here -- https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/cross-service/DynamodbWebApp
What does this example accomplish?
Bring the example up to our new standard.
Which AWS service(s)?
DynamoDB
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?
There is a Java example to reference.
Do you have any reference code?
No response
Requirements
- [ ] Readme
- [ ] Runnable code
- [ ] Unit tests
- [ ] SOS