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

Misc Changes #24

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

Commits on Aug 22, 2017

  1. 🌹 go fmt changes

    kennyballou committed Aug 22, 2017
    Configuration menu
    Copy the full SHA
    6e485da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    453f12e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Create hash/digests file for build artifact

    Generate a digests file as part of the main build target, `all`.
    kennyballou committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    ea42f44 View commit details
    Browse the repository at this point in the history
  2. create log group if resource does not exist

    This adds an extra step to the startup and pushEvents that attempts to
    create the log group in cloudwatch, similar to how the `createStream`
    function works. However, instead of attempting to push the logs write
    after, fall through to create the stream as well (because obviously it
    won't exist yet either).
    kennyballou committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    82de659 View commit details
    Browse the repository at this point in the history