Reputation: 837
We can plan terraform before applying the deployment, similarly do we have something in serverless?
Upvotes: 0
Views: 58
Reputation: 1750
You can run serverless package
to create the CloudFormation json files.
The files will be created under the .serverless
directory.
Upvotes: 2