Vihar Manchala
Vihar Manchala

Reputation: 837

Can we plan serverless aws instead of deploying?

We can plan terraform before applying the deployment, similarly do we have something in serverless?

Upvotes: 0

Views: 58

Answers (1)

Erez
Erez

Reputation: 1750

You can run serverless package to create the CloudFormation json files. The files will be created under the .serverless directory.

Upvotes: 2

Related Questions