Open
Description
Describe your idea/feature/enhancement
I wish SAM CLI would have a command/verb like sam list
or sam local list
or sam local functions
that would parse directories/functions and list out what is going to be built by sam build
Proposal
whatever part of sam build does, that finds targets in the base directory to build, have that as a separate cli action to be able to see what would be built.
maybe a --dry-run flag for build too