UNPKG

serverless-sam

Version:

Serverless framework plugin to export AWS SAM templates for a service

16 lines (12 loc) 247 B
service: aws-python-simple-http-endpoint frameworkVersion: ">=1.2.0 <2.0.0" provider: name: aws runtime: python2.7 functions: currentTime: handler: handler.endpoint events: - http: path: ping method: get