UNPKG

serverless-sam

Version:

Serverless framework plugin to export AWS SAM templates for a service

16 lines (12 loc) 270 B
service: python_service provider: name: openwhisk runtime: python functions: cron: handler: handler.run events: - schedule: cron(* * * * *) # remember to run npm install to download the provider plugin. plugins: - serverless-openwhisk