Hello! I am trying to deploy a Lambda function. The creator of the service made a user account for me with the right permissions for AWS and I logged in serverless. I simply cloned the repo with the code and ran serverless config credentials
.
When I run sls deploy
, I get the following:
sls deploy
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Serverless: Uploading CloudFormation file to S3...
Serverless: Uploading artifacts...
Serverless: Uploading service .zip file to S3 (10.35 KB)...
Serverless: Validating template...
Error --------------------------------------------------
Error: {"errorMessage":"Application not found. - Please contact support and provide this identifier to reference this issue - 0T43W23ZG344"}
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Issues: forum.serverless.com
Your Environment Information -----------------------------
OS: win32
Node Version: 8.11.3
Serverless Version: 1.32.0
What could be causing the problem?
Thanks!