You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have installed the plugin in my project's folder C:\Repos\contact-center-backend\uoa-connect and then my function is defined in ./serverless/green/serverless.yml
My source code for the function is in ./src/queryIndex.js
My function is defined in serverless.yml like this:
When I CD into ./serverless/green/ and run serverless invoke local --stage test -f queryIndex -p '../../test/queryIndex-events.json' --profile saml I get the error:
Hi, I have installed the plugin in my project's folder
C:\Repos\contact-center-backend\uoa-connect
and then my function is defined in./serverless/green/serverless.yml
My source code for the function is in
./src/queryIndex.js
My function is defined in serverless.yml like this:
When I CD into
./serverless/green/
and runserverless invoke local --stage test -f queryIndex -p '../../test/queryIndex-events.json' --profile saml
I get the error:Error: Cannot find module 'C:\Repos\contact-center-backend\uoa-connect\serverless\green\queryIndex'
The text was updated successfully, but these errors were encountered: