Skip to content

Instantly share code, notes, and snippets.

@EtienneDepaulis
Created December 8, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EtienneDepaulis/beb23359db827bb525e246c007b06771 to your computer and use it in GitHub Desktop.
Save EtienneDepaulis/beb23359db827bb525e246c007b06771 to your computer and use it in GitHub Desktop.
CircleCi notifications article - Basic serverless configuration
service: lambda-circleci-notifications
provider:
name: aws
runtime: ruby2.5
stage: dev
region: eu-west-1
functions:
circleci-notifications:
handler: circleci-notifications.handler
events:
- http:
path: notify_slack
method: POST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment