nimbella / nimbella-deployer

The Nimbella platform deployer library
Apache License 2.0
2 stars 4 forks source link

Add the body field when making a trigger #103

Closed joshuaauerbachwatson closed 2 years ago

joshuaauerbachwatson commented 2 years ago

When defining a trigger in project.yml you are able specify the withBody field, which provides an object which will be passed to the function when the scheduler invokes it. Because the backend was (for a while) not accepting this field, it was not propagated to the backend in the last version of the deployer. This change re-instates the intended behavior.