2 Answers
- Newest
- Most votes
- Most comments
0
Hi:
Thanks for reach out.
There are 3 popular ways to invoke lambda:
- MQTT from IoT console -> Lambda deployed on GreengrassCore device. (The way you did)
- Lambda1 deployed on GreengrassCore device-> Lambda2 deployed on GreengrassCore device. (Basically you can have a long-running lambda1 to trigger your lambda2)
- IoT Device(GGAD, known as Greengrass Aware Device) -> Lambda. (See details in https://docs.aws.amazon.com/greengrass/latest/developerguide/module4.html)
Regarding to your general questions:
- We don't support lambda got invoked by core directly.
- aws-lambda(the one in lambda console and not being deployed on Greengrass) trigger lambda deployed on GreengrassCore device is NOT a good way, you should try other alternative ways.
Thx
answered 4 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 3 years ago