Hello
I am trying to deploy a single lambda function that I’ve updated. The command I run is:
sls deploy function -f NocRetriever -s test
But that doesn’t seem to do anything! It only lists the files in the directory.
What am I missing? I am running the command above from the directory where my serverless.yml
file sits.