We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
functions: CheckAuthLambda: handler: ./src/check-auth.handler
Serverless Error --------------------------------------- No file matches include / exclude patterns Your Environment Information --------------------------- Operating System: win32 Node Version: 12.20.0 Framework Version: 2.18.0 (local) Plugin Version: 4.4.2 SDK Version: 2.3.2 Components Version: 3.4.6
Moving check-auth.ts up to root folder fixes the problem
check-auth.ts
The text was updated successfully, but these errors were encountered:
Have you tried to use without the './' ? E.g:
handler: src/check-auth.handler
Sorry, something went wrong.
No branches or pull requests
Moving
check-auth.ts
up to root folder fixes the problemThe text was updated successfully, but these errors were encountered: