Skip to content

Releases: jacobfgrant/simplemdm-webhook-functions

SimpleMDM Webhook Functions 1.0.0

20 Oct 08:57
Compare
Choose a tag to compare

Overview:

SimpleMDM Webhook Functions is an AWS Lambda function for responding to SimpleMDM webhook events.

By leveraging AWS API Gateway and Lambda and the SimpleMDM API, it is possible to respond to these events in more sophisticated ways. This Lambda function includes several scripts for responding to SimpleMDM events, including creating and deleting munki manifest files in AWS S3, moving devices to different SimpleMDM groups based on user-defined logic and information derived from the SimpleMDM API, and sending notifications to a Slack channel.

This function is designed to be easily modified and extended with additional modules or with changes to the response to specific webhook events. Pull requests are welcome.

See the README for more information and how to get started.

Changes/Updates:

  • First release!
  • AWS Lambda function for responding to SimpleMDM webhook events.
  • Terraform file for setup/configuration of AWS infrastructure.

Future Development:

  • Add auth function to limit API access.
  • Make adding extending functionality and adding modules more straightforward.
  • Expand documentation.
  • Any necessary bug fixes.