Skip to content

Repository files navigation

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

NameDescriptionDefaultRequired?Allowed values
LambdaModuleStack name of lambda-function moduleyes
AlertingModuleStack name of alerting moduleno

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages