Skip to content

Commit dc07d9b

Browse files
authored
u[date getting help section (#147)
add StackOverflow and AWS support links
1 parent 1c0cf45 commit dc07d9b

File tree

1 file changed

+11
-25
lines changed

1 file changed

+11
-25
lines changed

README.md

Lines changed: 11 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ This SDK is built on the AWS Common Runtime, a collection of libraries
1717
cross-platform, high-performance, secure, and reliable. The libraries are bound
1818
to Python by the `awscrt` package ([PyPI](https://pypi.org/project/awscrt/)) ([Github](https://github.com/awslabs/aws-crt-python)).
1919

20-
2120
*__Jump To:__*
2221
* [Installation](#Installation)
2322
* [Mac-Only TLS Behavior](#Mac-Only-TLS-Behavior)
2423
* [Samples](samples)
2524
* [Getting Help](#Getting-Help)
2625
* [Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
27-
* [More Resources](#More-Resources)
28-
29-
3026

3127
## Installation
3228

@@ -62,20 +58,25 @@ Please note that on Mac, once a private key is used with a certificate, that cer
6258
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
6359
```
6460

65-
66-
6761
## Samples
6862

6963
[Samples README](samples)
7064

7165
## Getting Help
7266

73-
Use the following sources for information :
67+
The best way to interact with our team is through GitHub. You can [open an issue](https://github.com/aws/aws-iot-device-sdk-python-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.
7468

75-
* Check api and developer guides.
76-
* Check for similar issues already opened.
69+
Please make sure to check out our resources too before opening an issue:
7770

78-
If you still can’t find a solution to your problem open an [issue](https://github.com/aws/aws-iot-device-sdk-python-v2/issues)
71+
* [API documentation](https://aws.github.io/aws-iot-device-sdk-python-v2/)
72+
* Our [Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) ([source](https://github.com/awsdocs/aws-iot-docs))
73+
* Check for similar [Issues](https://github.com/aws/aws-iot-device-sdk-python-v2/issues)
74+
* [AWS IoT Core Documentation](https://docs.aws.amazon.com/iot/)
75+
* [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)
76+
* Integration with AWS IoT Services such as
77+
[Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html)
78+
and [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)
79+
is provided by code that been generated from a model of the service.
7980

8081
## Giving Feedback and Contributions
8182

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

88-
89-
90-
## More Resources
91-
92-
* [AWS IoT Core Documentation](https://docs.aws.amazon.com/iot/)
93-
* [Developer Guide](https://docs.aws.amazon.com/iot/latest/developerguide/what-is-aws-iot.html) ([source](https://github.com/awsdocs/aws-iot-docs))
94-
* [Issues](https://github.com/aws/aws-iot-device-sdk-python-v2/issues)
95-
* [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)
96-
97-
Integration with AWS IoT Services such as
98-
[Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html)
99-
and [Jobs](https://docs.aws.amazon.com/iot/latest/developerguide/iot-jobs.html)
100-
is provided by code that been generated from a model of the service.
101-
102-
10389
# License
10490

10591
This library is licensed under the Apache 2.0 License.

0 commit comments

Comments
 (0)