I created free account in serverless.com. Then I installed serverless locally. Next I deployed simple "hello world" function
It works. REST Get returns as expected. But where this lambda function is deployed? It is not visible in AWS console nor return by the following command
aws lambda list-functions
{
"Functions": []
}
Why is the AWS CLI is not listing my function?
How is serverless.com related to AWS?
The Serverless Framework, which is independent of AWS, describes itself as "Zero-friction development tooling for auto-scaling apps on AWS Lambda". It is one way of many to deploy serverless components to AWS.