Giter Club home page Giter Club logo

cloud-trail-hipchat-lambda's Introduction

cloud-trail-hipchat-lambda

Lambda function to send HipChat messages based on Cloud Trail logs in S3.

Based on https://github.com/awslabs/aws-training-demo/tree/master/service/lambda/cloudtrail Follow instructions there to get configured in CloudTrail, S3, and Lambda.

Installation

Basic installation after configuration is complete:

npm install

Edit filter_config.js

npm run zip

Then upload generated cloudtrail.zip to AWS Lambda.

Filters

Default filter in regexp config var:

^(?!Describe|List)([a-zA-Z]+)$

This regex filters all events that start with Describe or List. You can adjust this regex to filter or match against whatever events you want to show up in HipChat.

The source var is similar but is used to select the source of the message. Default is to catch everything (.) but you can adjust the regex to your liking, or uncomment the line above which contains some common event sources.

cloud-trail-hipchat-lambda's People

Contributors

solud avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.