bespoken-cookbook / serverless-plugin-bespoken

:zap: Serverless plugin to use our bst proxy tool

Home Page:https://bespoken.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using release 0.0.5, function parameter does not appear to work

jkelvie opened this issue · comments

I am trying to test specifying a particular function to run the proxy with.

However, it does not seem that it gets used - no matter what, I get the first function in my serverless file.

I am using the serverless-plugin version 0.0.5. I call it like so:
sls -f player proxy

I also tried:
sls proxy --function player
and:
sls proxy -f player