mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
666 B
666 B
JAWS CLI Commands
env
Make sure to talk about back/.env and the packaging process
install
The jaws install command downloads the JAWS-module from the location specified (a github repo) and installs it. The install includes:
- If the
--saveflag was used and ifcfExtensionsCloudFormation template was included in the module’sjaws.json, it merges the contents into the project’sjaws-cf.json. You will have to manually divide this up into multiple CF templates afterwards, if that’s your preference. - Copies the jaws-module into the
back/lambdasdir of the project you are currently in