Amazon web services – aws lambda add trigger from event rule using node js
I try to dynammicly trigger my lambda by create rule , add lambda as target to that rule and add permission to the rule to invoke the lambda as follow: const client = new CloudWatchEventsClient({ region: region, credentials: { accessKeyId,…