deploy-sls
Deploy a Serverless Framework managed project.
alto deploy-sls <stack-name> [--env <environment-name>]
Aliases: sls-deploy
Arguments
stack-name
The stack name.
Required: yes
Options
--env <environment-name>
The environment to deploy to.
Required:
- Yes, when creating a new stack.
- No, when updating an existing stack.
[--] [<Serverless Framework Parameters>]
Parameters to be passed directly to the Serverless Framework sls package
command.
alto sls-deploy stack-name --env my-env -- --region us-east-1