I have a question to use CloudWatch Event.
We will support a mailing service daily for various customers using AWS Lambda and CloudWatch Event.
Fortunately, we don't need a variety of function codes, just need one function code to execute the mailing program.
But we need a variety of Lambda test event values. For example customer's email address, kind of resources.
I think we don't need to duplicate the Lambda function for each customer if we can alternately input values into the test event.
But I don't know how to make a CloudWatch Event that triggers the Lambda input test event value to run by changing it.
Can I make it?
