I need to trigger execution of an AWS Lambda function from within an EC2 instance. Or in parlance of AWS Lambda, my event source is code running inside EC2 instance.
The list of supported event sources does not quite tell me how to use an event inside an EC2 instance to trigger a lambda function.
I basically want to do something like provisioning a new instance when an application parameter exceeds watermark level.
Yogesh Devi