aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
[Enhancement]: <Provide AWS ECR code examples and tutorials>
Background story
I see there are tutorials and code examples for every AWS service for the Java SDK. However, I cannot find any example code, code catalogue, or tutorial officially supported by AWS for ECR, even though there is ECS under this link: https://docs.aws.amazon.com/sdk-for-java/
It would be helpful to have the similar tutorials for ECR as well.
What does this example accomplish?
Give examples of how to configure, instantiate, push, pull, and delete images with AWS ECR.
Which AWS service(s)?
ECR
Which AWS SDKs or tools?
- [ ] All languages
- [ ] .NET
- [ ] C++
- [ ] Go (v2)
- [X] Java
- [X] Java (v2)
- [ ] JavaScript
- [ ] JavaScript (v3)
- [ ] Kotlin
- [ ] PHP
- [ ] Python
- [ ] Ruby
- [ ] Rust
- [ ] Swift
- [ ] Not applicable
Are there existing code examples to leverage?
There only seems to be a code example from a 3rd party website for Java 1.x : https://www.demo2s.com/java/amazon-aws-amazonecrclient-tutorial-with-examples.html#google_vignette
Do you have any reference code?
No response