2.0.1 • Published 4 years ago

@cfn-modules/lambda-event-source-webhook v2.0.1

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
4 years ago

cfn-modules: AWS Lambda event source: webhook

Webhook event source for AWS Lambda function with alerting.

Install

Install Node.js and npm first!

npm i @cfn-modules/lambda-event-source-webhook

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  EventSource:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        LambdaModule: !GetAtt 'Lambda.Outputs.StackName' # required
        AlertingModule: !GetAtt 'Alerting.Outputs.StackName' # optional
      TemplateURL: './node_modules/@cfn-modules/lambda-event-source-webhook/module.yml'

Examples

Related modules

Parameters

2.0.1

4 years ago

2.0.0

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

6 years ago

0.0.1

6 years ago