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?
It was just an issue of the region selected in the portal. My functions were deployed to us-east-1
(you can see it in the deployment command output in terminal)
So, as @troy commented, I changed the same from the menu at top-right, and I got the list.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With