Hi,
We are using cfn-lint against a pretty complicated serverless setup to make sure our naming sizes are not too long.
I wonder if it’s possible to generate cloudformation template from the serverless.yaml and not also package the lambdas to zip file.
I think of a serverless synth
command
Thanks everyone