Skip to content

Commit 5b0098c

Browse files
authored
update getting help section (#129)
add Stackoverflow and AWS support links
1 parent dd30310 commit 5b0098c

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

README.md

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ to Java by the [aws-crt-java](https://github.com/awslabs/aws-crt-java) package.
2222
* [Samples](samples)
2323
* [Getting Help](#Getting-Help)
2424
* [Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
25-
* [More Resources](#More-Resources)
2625

2726
## Installation
2827

@@ -105,12 +104,19 @@ static: certificate has an existing certificate-key pair that was previously imp
105104

106105
## Getting Help
107106

108-
Use the following sources for information :
107+
The best way to interact with our team is through GitHub. You can [open an issue](https://github.com/aws/aws-iot-device-sdk-java-v2/issues) and choose from one of our templates for guidance, bug reports, or feature requests. You may also find help on community resources such as [StackOverFlow](https://stackoverflow.com/questions/tagged/aws-iot) with the tag #aws-iot or If you have a support plan with [AWS Support](https://aws.amazon.com/premiumsupport/), you can also create a new support case.
109108

110-
* Check api and developer guides.
111-
* Check for similar issues already opened.
109+
Please make sure to check out our resources too before opening an issue:
112110

113-
If you still can’t find a solution to your problem open an [issue](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
111+
* Our [Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) ([source](https://github.com/awsdocs/aws-iot-docs))
112+
* Check for similar [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
113+
* [AWS IoT Core Documentation](https://docs.aws.amazon.com/iot/)
114+
* [Dev Blog](https://aws.amazon.com/blogs/?awsf.blog-master-iot=category-internet-of-things%23amazon-freertos%7Ccategory-internet-of-things%23aws-greengrass%7Ccategory-internet-of-things%23aws-iot-analytics%7Ccategory-internet-of-things%23aws-iot-button%7Ccategory-internet-of-things%23aws-iot-device-defender%7Ccategory-internet-of-things%23aws-iot-device-management%7Ccategory-internet-of-things%23aws-iot-platform)
115+
* Integration with AWS IoT Services such as
116+
[Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html)
117+
[Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)
118+
[Fleet Provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html)
119+
is provided by code that been generated from a model of the service.
114120

115121
## Giving Feedback and Contributions
116122

@@ -120,19 +126,6 @@ We need your help in making this SDK great. Please participate in the community
120126
* Articulate your feature request or upvote existing ones on our [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues?q=is%3Aissue+is%3Aopen+label%3Afeature-request) page.
121127
* Submit [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
122128

123-
## More Resources
124-
125-
* [AWS IoT Core Documentation](https://docs.aws.amazon.com/iot/)
126-
* [Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) ([source](https://github.com/awsdocs/aws-iot-docs))
127-
* [Issues](https://github.com/aws/aws-iot-device-sdk-java-v2/issues)
128-
* [Dev Blog](https://aws.amazon.com/blogs/?awsf.blog-master-iot=category-internet-of-things%23amazon-freertos%7Ccategory-internet-of-things%23aws-greengrass%7Ccategory-internet-of-things%23aws-iot-analytics%7Ccategory-internet-of-things%23aws-iot-button%7Ccategory-internet-of-things%23aws-iot-device-defender%7Ccategory-internet-of-things%23aws-iot-device-management%7Ccategory-internet-of-things%23aws-iot-platform)
129-
130-
Integration with AWS IoT Services such as
131-
[Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html)
132-
[Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)
133-
[Fleet Provisioning](https://docs.aws.amazon.com/iot/latest/developerguide/provision-wo-cert.html)
134-
is provided by code that been generated from a model of the service.
135-
136129
## License
137130

138131
This library is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)