Is there any way to use .Net core as lambda runtime to deploy on edge device? As per AWS documentation,SDK available only in Java , Node JS , Python and C. I want to deploy .Net core package on my edge device through AWS greenGrass group which can communicate with devices and other lambda function locally in both online and offline mode.
Asked
Active
Viewed 235 times
1 Answers
0
Yes, version 3.1 and 2.1:
Also, you can create your own custom Runtime:

Andrzej Sydor
- 1,373
- 4
- 13
- 28