I have a compiled file of C/C++, and I want to deploy this file to core device in Greengrass V2. If I use GUI, what do I need to change in recipe.YAML file to deploy successfully?
For Example: After compiled C/C++ file I have helloworld.out file, how can I deploy helloworld.out file and make it run in core device of Greengrass V2. With Python, I just deploy normally but with C/C++ I don't know how to do it?
Sorry for my English.