UNPKG

serverless-sam

Version:

Serverless framework plugin to export AWS SAM templates for a service

17 lines (14 loc) 323 B
service: github-webhook-listener provider: name: aws runtime: nodejs4.3 environment: GITHUB_WEBHOOK_SECRET: REPLACE-WITH-YOUR-SECRET-HERE functions: githubWebhookListener: handler: handler.githubWebhookListener events: - http: path: webhook method: post cors: true