service: swift-service

provider:
  name: openwhisk
  runtime: swift

functions:
  ping:
    handler: ping.main

plugins:
  - serverless-openwhisk
