Serverless Framework: Output compiled CloudFormation
Running the package
command will generate 2 compiled Cloudformation templates in your service directory, one for stack creation and another for the stack update:
sls package
They'll be available in the folder .serverless
as cloudformation-template-create-stack.json
and cloudformation-template-update-stack.json
, respectively.