Im reading this doc: https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/lambda-build-test-severless-app.html
I created a serverless app using the "Blog API using DynamoDB" template.
When I publish from VS it deploys it to aws as a serverless app, but what commands is it running? How can I publish it from the command line (without VS)?
When I look at the serverless.template file the project comes with I just see parameter and resource definitions for AWS::Serverless::Function
s and the dynamodb table- where is the pointer/config that register this as a "Application" in the lambda console- and not just a bunch of functions?