unity-sds / unity-on-demand

Unity MGSS On-Demand
Apache License 2.0
0 stars 0 forks source link

[New Feature]: Implement a basic reference trigger script that calls the OD API notify call #22

Closed galenatjpl closed 1 year ago

galenatjpl commented 1 year ago

Checked for duplicates

Yes - I've already checked

Alternatives considered

Yes - and alternatives don't suffice

Related problems

N/A

Describe the feature request

The feature will be a simple reference trigger program. It will simply call the OD API "processing expected soon" endpoint. Most likely this will just be a simple shell script or python program that uses curl (or similar) to call the endpoint, and verify that it invokes the endpoint as expected.

galenatjpl commented 1 year ago

Gerald working on getting end-to-end example working, but is working on a toy example of a trigger that uses watchdog to watch for a file arriving in a directory. Also working on a client library, that wraps the REST API calls.

galenatjpl commented 1 year ago

More complete documentation (on GitBook), and the remaining eventBridge trigger need to be completed, then this ticket can be closed.

galenatjpl commented 1 year ago

Simple reference triggers are implemented. See changelog: https://github.com/unity-sds/unity-on-demand/blob/main/CHANGELOG.md