Skip to content

Commit

Permalink
Fix avatars (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim-gleif authored Jul 5, 2018
1 parent f6d0ce9 commit a242023
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

[![Cloud Posse](https://cloudposse.com/logo-300x69.png)](https://cloudposse.com)

# terraform-aws-sns-lambda-notify-slack [![Build Status](https://travis-ci.org/cloudposse/terraform-aws-sns-lambda-notify-slack.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-sns-lambda-notify-slack) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-sns-lambda-notify-slack.svg)](https://github.com/cloudposse/terraform-aws-sns-lambda-notify-slack/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
# terraform-aws-sns-lambda-notify-slack

[![Build Status](https://travis-ci.org/cloudposse/terraform-aws-sns-lambda-notify-slack.svg?branch=master)](https://travis-ci.org/cloudposse/terraform-aws-sns-lambda-notify-slack) [![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-sns-lambda-notify-slack.svg)](https://github.com/cloudposse/terraform-aws-sns-lambda-notify-slack/releases) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)


Terraform module to provision a lambda function that subscribes to SNS and notifies to Slack.
Expand Down Expand Up @@ -86,6 +88,8 @@ Work directly with our team of DevOps experts via email, slack, and video confer

We provide *commercial support* for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a fulltime engineer.

[![E-Mail](https://img.shields.io/badge/[email protected])](mailto:[email protected])

- **Questions.** We'll use a Shared Slack channel between your team and ours.
- **Troubleshooting.** We'll help you triage why things aren't working.
- **Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
Expand All @@ -94,6 +98,7 @@ We provide *commercial support* for all of our [Open Source][github] projects. A
- **Cloud Architecture.** We'll assist with your cloud strategy and design.
- **Implementation.** We'll provide hands on support to implement our reference architectures.


## Community Forum

Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
Expand Down Expand Up @@ -180,10 +185,10 @@ Check out [our other projects][github], [apply for a job][jobs], or [hire us][hi
|---|---|---|

[antonbabenko_homepage]: https://github.com/antonbabenko
[antonbabenko_avatar]: https://avatars3.githubusercontent.com/u/393243?s=144&v=4
[antonbabenko_avatar]: https://github.com/antonbabenko.png?size=150
[osterman_homepage]: https://github.com/osterman
[osterman_avatar]: http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144
[osterman_avatar]: https://github.com/osterman.png?size=150
[sarkis_homepage]: https://github.com/sarkis
[sarkis_avatar]: https://avatars3.githubusercontent.com/u/42673?s=144&v=4
[sarkis_avatar]: https://github.com/sarkis.png?size=150


6 changes: 0 additions & 6 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,8 @@ include:
# Contributors to this project
contributors:
- name: "Anton Babenko"
homepage: "https://github.com/antonbabenko"
avatar: "https://avatars3.githubusercontent.com/u/393243?s=144&v=4"
github: "antonbabenko"
- name: "Erik Osterman"
homepage: "https://github.com/osterman"
avatar: "http://s.gravatar.com/avatar/88c480d4f73b813904e00a5695a454cb?s=144"
github: "osterman"
- name: "Sarkis Varozian"
homepage: "https://github.com/sarkis"
avatar: "https://avatars3.githubusercontent.com/u/42673?s=144&v=4"
github: "sarkis"

0 comments on commit a242023

Please sign in to comment.