1

I'd like to use the Go runtime for Greengrass lambda functions at the edge but it looks like Java is the closest support. Is there a way to provide your own runtime for this?

Brian F
  • 1,620
  • 1
  • 19
  • 23

1 Answers1

0

The answer is no unfortunately at present. You can find the supported runtimes here;

https://docs.aws.amazon.com/greengrass/latest/developerguide/lambda-functions.html

Supported runtimes

Brian F
  • 1,620
  • 1
  • 19
  • 23