aws-iot-button-logger-to-git

Lambda function that can be triggered by an AWS IoT device to log clicks in a git repository

MIT License

Stars
7

Bot releases are visible (Hide)

aws-iot-button-logger-to-git - v2.0.0 (2021-11-17) Latest Release

Published by kachkaev almost 3 years ago

  • [Breaking] Switch from lambda-git to Git Lambda Layer. The size of the artifact is significantly smaller and it contains no binaries.

  • [Breaking] Change default GIT_REPO_BRANCH from master to main.

  • [Breaking] Upgrade recommended Node runtime version from 12 to 14. Node 12 should be still supported but Node 10 support is dropped.

  • Upgrade all dependencies, including Parcel v1 → v2. This resolves a few dev-only dependency vulnerabilities reported by yarn audit.

aws-iot-button-logger-to-git - v1.0.4 (2020-07-18)

Published by kachkaev over 4 years ago

Upgrade dependencies to mitigate security vulnerabilities

aws-iot-button-logger-to-git - v1.0.3 (2019-12-22)

Published by kachkaev almost 5 years ago

Upgrade dependencies to mitigate security vulnerabilities

aws-iot-button-logger-to-git - v1.0.2 (2019-07-21)

Published by kachkaev over 5 years ago

aws-iot-button-logger-to-git - v1.0.1 (2019-04-02)

Published by kachkaev over 5 years ago

  • Add CHANGELOG.md (also include it into the build)
  • Add missing config docs
  • Parse unescaped \n and \r in EVENT_LINE_FORMAT as newline symbols
  • Use 24 instead of 12 hour format by default
aws-iot-button-logger-to-git - v1.0.0 (2019-03-31)

Published by kachkaev over 5 years ago

Initial release

Badges
Extracted from project README
License: MIT GitHub Workflow Status (checks) Known vulnerabilities Code style: Prettier