Skip to content

Latest commit

 

History

History
 
 

github-webhook-aws

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Github Webhook AWS

Github webhook component using AWS API gateway

Input Types

Name Type Description
function string
required
function
githubApiToken string
required
GitHub personal access token needed for access to the GitHub API.
Create a token
githubRepo string
required
The GitHub repos URL
webhookTriggers array
required
webhookTriggers

Output Types

Name Type Description
function string The function which is used for this WebHook
githubApiToken string GitHub personal access token needed for access to the GitHub API.
githubRepo string The GitHub repos URL
webhookTriggers array The WebHook triggers which are used

Example

type: my-application
components:
  myGithubWebhookAws:
    type: github-webhook-aws
    inputs:
      githubApiToken: 2c5acc7de3b140ser3114fd40a24vd5ie3d843b5
      githubRepo: 'https://github.com/serverless/components/'
      webhookTriggers:
        - create