since 2021-03-21
https://aws.github.io/chalice/index.html
https://www.slideshare.net/nishimotz/190731-chalice
zappa
since 2022-05-19
from chalice import Rate @app.schedule(Rate(1, unit=Rate.HOURS)) def do_something_hourly(event): # 1時間ごとに実行