diff --git a/README.md b/README.md index 6cb400e..e6d576b 100644 --- a/README.md +++ b/README.md @@ -1,106 +1,48 @@ -## Modules +# serverless-aws-lambda-dynamic-trigger -
The plugin can register triggers (events) for a lambda function dynamically. At deployment time
-Please note that currently you can only use the plugin with sns, sqs or kinesis triggers (events).
-The original idea is to make the same lambda function triggered by different events on different environments (stages). -Like on dev foo lambda function is triggered by
-The dynamic trigger sets needs to ne stored in the Parameter Store of the Systems Manager (SSM) and it should look somewhat like this: -Name: /dev/dynamic-trigger -Value: arn:aws:sns:eu-west-2:123456654321:topic1,arn:aws:sns:eu-west-2:123456654321:topic2,arn:aws:sns:eu-west-2:123456654321:topic3 -or -Name: /prod/dynamic-trigger -Value: arn:aws:sns:eu-west-2:123456654321:topic1,arn:aws:sns:eu-west-2:123456654321:topic2
-The config parameters:
-plugins:
-Serverless plugin registers a set of events stored in the AWS Parameter Store.
-