-
**Describe the bug**
I am trying to compile the ESP32 Demo.
The IDF_PATH has been cleared.
When I run make flash under ~/esp/afreertos/amazon-freertos/demos/espressif/esp32_devkitc_esp_wrover_kit…
-
Hi,
Do you guys think that the client is production ready? :)
-
Hi again, I've just tried starting up my code that was working after I fixed my issue in [issue 4](https://github.com/aws/aws-iot-device-sdk-python/issues/4), but it's now throwing this:
```
Tracebac…
-
Hi,
I'm trying to add tracing to a lambda that talks to AWS Firehose using the built in AWS SDK Client:
```ruby
def firehose_client
@firehose_client ||= Aws::Firehose::Client.new
end
```
…
-
Running the command `python cloudmapper.py collect --account devAccount`
Gives me the output bellow
```
* Getting s3control:get-public-access-block info
Traceback (most recent call last):
Fil…
-
Hi @JonathanHenson ,
I saw in this commit the shadow_sync sample code changed https://github.com/awslabs/aws-iot-device-sdk-cpp-v2/commit/ba362fc59e7b6b55b04f3aa86e0105e3b2a90b38#diff-5d22053c1c186…
-
We got sample/shadow_sync working for IoT Core
Will the same sample work for Greengrass core if we change the endpoint ?
Thanks
Amit Gupta
Hitachi Vantara
-
First of all thank you for the library, it has been a great help getting started with the Crypto provisioning.
I can see that there is a CSR example which is alright, but after signing the Certific…
-
Hi,
I am trying to run real-time recommendations from AWS Personalize campaign in AWS Lambda following below code mentioned in the documentation .
```
import boto3
if __name__ == "__main__":
…
-
Hi there,
Could you help me to take a look? Thank you!
Documentation:
[Configure Optimized Machine Learning Inference Using the AWS Management Console](https://github.com/awsdocs/aws-greengra…