1.1.0 • Published 5 years ago

@stenou/serverless-plugin-config-rule v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Serverless Plugin AWS Config Rule Event

A Serverless plugin to add an AWS Config Rule event.

Installation

npm install --save-dev @stenou/serverless-plugin-config-rule

Add the plugin to serverless.yml:

plugins:
  - '@stenou/serverless-plugin-config-rule'

Usage

functions:
  doSomething:
    handler: doSomething.handler
    events:
      - config:
          name: ElasticBeanstalkPlatformVersion
          description: "Checks ElasticBeanstalk Platform Version"
          resourceTypes:
            - "AWS::ElasticBeanstalk::Environment"
1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.9.4

6 years ago