You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-25Lines changed: 11 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,12 @@ This SDK is built on the AWS Common Runtime, a collection of libraries
17
17
cross-platform, high-performance, secure, and reliable. The libraries are bound
18
18
to Python by the `awscrt` package ([PyPI](https://pypi.org/project/awscrt/)) ([Github](https://github.com/awslabs/aws-crt-python)).
19
19
20
-
21
20
*__Jump To:__*
22
21
*[Installation](#Installation)
23
22
*[Mac-Only TLS Behavior](#Mac-Only-TLS-Behavior)
24
23
*[Samples](samples)
25
24
*[Getting Help](#Getting-Help)
26
25
*[Giving Feedback and Contributions](#Giving-Feedback-and-Contributions)
27
-
*[More Resources](#More-Resources)
28
-
29
-
30
26
31
27
## Installation
32
28
@@ -62,20 +58,25 @@ Please note that on Mac, once a private key is used with a certificate, that cer
62
58
static: certificate has an existing certificate-key pair that was previously imported into the Keychain. Using key from Keychain instead of the one provided.
63
59
```
64
60
65
-
66
-
67
61
## Samples
68
62
69
63
[Samples README](samples)
70
64
71
65
## Getting Help
72
66
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.
74
68
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:
77
70
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)
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.
79
80
80
81
## Giving Feedback and Contributions
81
82
@@ -85,21 +86,6 @@ We need your help in making this SDK great. Please participate in the community
85
86
* 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.
0 commit comments