Created
December 8, 2018 16:13
-
-
Save EtienneDepaulis/beb23359db827bb525e246c007b06771 to your computer and use it in GitHub Desktop.
CircleCi notifications article - Basic serverless configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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