I deployed the serverless functions using serverless deploy
functions to aws.
They are working fine and I can see them if I try to list the deployed function as shown below.
$ serverless deploy list functions
Serverless: Listing functions and their last 5 versions:
Serverless: -------------
Serverless: hello: $LATEST, 1, 2, 3, 4
Serverless: helloOne: $LATEST, 1
But I am getting no functions displayed in the list of lambda functions at AWS Console. Shouldn't they be there?