Call any existing AWS Lambda Function you have in a future time
aws-lambda-scheduler lets you call any existing AWS Lambda Function you have in the future. This functionality is achieved by dynamically managing the EventBridge Rules. aws-lambda-scheduler also has optimizations you can configure and extend yourself. AWS allows maximum of 300 EventBridge rules in a region. If you are expecting to create more than 300 rules, check out Optimizations section below. Example Usage When you set up the aws-lambda-scheduler in your AWS environment, you can simply call it with a json data […]
Read more