service: ip-restrict provider: name: aws runtime: python2.7 stage: dev region: us-west-2 profile: ko-playground-admin environment: IP_WHITELIST: "44.99.53.83" functions: ping: handler: handler.ping events: - http: path: ping method: GET