Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow cfn_response to be called inside handler #4

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Allow cfn_response to be called inside handler #4

wants to merge 7 commits into from

Commits on Nov 2, 2015

  1. add debug logging of traceback on error

    Ben Kehoe committed Nov 2, 2015
    Configuration menu
    Copy the full SHA
    c4120cf View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2015

  1. more informative logging, better return values

    Ben Kehoe committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    2f24453 View commit details
    Browse the repository at this point in the history
  2. allow wrapped func to call cfn_response itself using more complex Sta…

    …tus object
    Ben Kehoe committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    6f7d2e4 View commit details
    Browse the repository at this point in the history
  3. allow handler_decorator to be used without parens

    Ben Kehoe committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    f999688 View commit details
    Browse the repository at this point in the history
  4. merge decorator changes

    Ben Kehoe committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    063be26 View commit details
    Browse the repository at this point in the history
  5. only delete the log stream, not group

    Ben Kehoe committed Nov 3, 2015
    Configuration menu
    Copy the full SHA
    a9475ac View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2015

  1. added Result class

    Ben Kehoe committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    8b3fc3f View commit details
    Browse the repository at this point in the history