radon-h2020 / radon-particles

TOSCA definitions repository for the RADON project
Apache License 2.0
12 stars 30 forks source link

Add support for scheduled invocation of AWS Lambda functions #103

Closed v-yussupov closed 3 years ago

v-yussupov commented 3 years ago

This PR adds support for schedule-based invocation of AWS Lambda functions. Specified scheduling expressions (cron and rate expressions) enable creating Amazon EventBridge rules that will trigger functions based on the specified schedule.

This PR also provides an example of a scheduled invocation in which a function is triggered to query the open air quality dataset and store the file names for the previous day in an S3 bucket.