Skip to content

Instantly share code, notes, and snippets.

@EtienneDepaulis
Last active December 8, 2018 16:53
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/7e3bf4e4beb666e092ac158be5ffc945 to your computer and use it in GitHub Desktop.
Save EtienneDepaulis/7e3bf4e4beb666e092ac158be5ffc945 to your computer and use it in GitHub Desktop.
CircleCi notifications article - SSM config
brew install awscli
aws configure
aws --region eu-west-1 ssm put-parameter --name circleci-notifications-slack-token --value top-secret-value --type String
service: lambda-circleci-notifications
provider:
name: aws
runtime: ruby2.5
stage: dev
region: eu-west-1
environment:
SLACK_TOKEN: ${ssm:circleci-notifications-slack-token}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment