scaleway / serverless-scaleway-functions

Plugin for Serverless Framework to allow users to deploy their serverless applications on Scaleway Functions
MIT License
78 stars 25 forks source link

Use event input in schedule examples #165

Closed Shillaker closed 1 year ago

Shillaker commented 1 year ago

What's changed?

Use data passed from schedule.input in schedule examples.

Why?

Currently the examples don't demonstrate how to use this data, which makes it confusing.

Fixes https://github.com/scaleway/serverless-scaleway-functions/issues/156