Skip to content

Commit

Permalink
docs: Consistent packaged template naming (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswilli authored and jfuss committed Sep 4, 2018
1 parent 129bdb4 commit 805445d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deploying_serverless_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Next, open a command prompt and type the following:
sam package \
--template-file path/template.yaml \
--output-template-file packaged.yaml \
--output-template-file serverless-output.yaml \
--s3-bucket s3-bucket-name
The package command returns an AWS SAM template named serverless-output.yaml that contains the CodeUri that points to the deployment zip in the Amazon S3 bucket that you specified. This template represents your serverless application. You are now ready to deploy it.
Expand All @@ -36,7 +36,7 @@ To deploy the application, run the following command:
.. code:: bash
sam deploy \
--template-file serverless-template.yaml \
--template-file serverless-output.yaml \
--stack-name new-stack-name \
--capabilities CAPABILITY_IAM
Expand Down

0 comments on commit 805445d

Please sign in to comment.