aws-cloud-and-xilinx-workshop icon indicating copy to clipboard operation
aws-cloud-and-xilinx-workshop copied to clipboard

Results 7 aws-cloud-and-xilinx-workshop issues
Sort by recently updated
recently updated
newest added

Hello, while i was going through the tutorial I had some problems in running functions like connectivity_handler or even xilinx-hello-world for accessing the /sys. It shows in cloudwatch logs that...

Exception handling is missing corner case of checking bucket prefix. It is validating special character in the name of s3 bucket prefix. For eg. "-".

https://github.com/rpcme/aws-cloud-and-xilinx-workshop/blob/da51668ec702908d0bf59b6a86d8c45afb70100b/edge/script/amazon-freertos-init.sh#L51 This line is restricting the size to be 7.4G or 7.3G; so for larger microsd card, this one will error out.

This seems to be known. It may happen when images are being generated and the watchdog detected the changes. A conflict then happens, resulting in a stopped lambda runtime.

bug

https://github.com/rpcme/aws-cloud-and-xilinx-workshop/blob/da51668ec702908d0bf59b6a86d8c45afb70100b/cloud/xilinx-video-inference-handler/lambda_function.py#L59-L62

bug

Remove source snapshot, add Amazon FreeRTOS as submodule under edge/, and source project specific to this workshop under edge/.

enhancement

Now that the Greengrass SDK is a pip package distribution, there is no need for the SDK to be bundled with each lambda function. Change the instruction to pip install...

enhancement