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
Serverless: Packaging service...
Serverless: Excluding development dependencies...
Serverless: CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
Maybe you should set AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEY environment variables
Serverless: Unknonwn function "test-dev-api" found
Serverless: Function created
api: test-prod-api
Serverless: Service deployed successfully
Expected
No "Unknonwn function "camera-api-dev-api" found" error (and obviously "Unknonwn" should read "Unknown").
The text was updated successfully, but these errors were encountered:
Could you share your serverless.yml?
I also have such message Unknown function "xxx" found when deploying to test or prod function.
It's seems serverless reads all functions from account..
Steps to reproduce
then:
Result
Expected
No "Unknonwn function "camera-api-dev-api" found" error (and obviously "Unknonwn" should read "Unknown").
The text was updated successfully, but these errors were encountered: