assertible / lambda-cloudwatch-slack

Send AWS CloudWatch notifications to a Slack channel using Lambda
https://assertible.com/blog/npm-package-lambda-cloudwatch-slack
MIT License
482 stars 249 forks source link

Improved configuration of the tool #30

Closed proAlexandr closed 5 years ago

proAlexandr commented 5 years ago
CodyReichert commented 5 years ago

Oh this looks very exciting and very much much needed :D Thanks for the PR

Give me a couple of hours and I'll pull it and test everything out and leave any comments for you. :+1:

lnikell commented 5 years ago

@CodyReichert Also we wrote the article with full installation instructions, so next week it will be published and we will submit another PR with the link with a full guide.

creichert commented 5 years ago

This is fantastic work. And I will definitely merge it. I have a few observations:

@CodyReichert Also we wrote the article with full installation instructions, so next week it will be published and we will submit another PR with the link with a full guide.

Additionally, it would be great if you and your team could help us keep improving the per-service notifications to be even more accurate.

All-in-all, I'm very happy about this PR. Thank you!

proAlexandr commented 5 years ago

@creichert @CodyReichert

creichert commented 5 years ago

@proAlexandr I can rebase them, but in the future you could do an interactive rebase locally:

git rebase -i HEAD~6 # rebase number of commits on that base branch

Then, squash all commits into the last one and git push -f origin branch. No worries, though, just saying that is possible.

creichert commented 5 years ago

@proAlexandr fantastic contribution, I can add you as a collaborator on this repo so you can more quickly make changes and approve pull requests, if you want? We'd still like to have a PR for all changes.

proAlexandr commented 5 years ago

I can add you as a collaborator on this repo so you can more quickly make changes and approve pull requests, if you want?

@creichert Thank you, but for now, I think it is not necessary.