aleios-cloud / sls-test-tools

Custom Jest Assertions for Serverless integration testing.
MIT License
192 stars 20 forks source link

Externalize Event Bridge Rule and SQS Queue Name #37

Closed meenar-se closed 2 years ago

meenar-se commented 2 years ago

We have certain IAM policy that the event rule name and queue name must be having the "Application Name" as prefix. eg: appname-* . Hence added the code to externalize the event rule name and SQS Queue name.

Have added 2 optional CLI parameters (--event-rule-name, --queue-name) to pass the custom event rule name and SQS queue name