You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,9 @@ _Options:_
43
43
`-t, --template`: Path to a SAM template. Defaults to `sam.(json|yaml)` in the current directory.
44
44
`-e, --environment`: An environment name to deploy. Defaults to "development".
45
45
`-p, --parameters`: A list of parameters to override in your template.
46
-
`-s, --stack-name`: Option to override the auto-generated environment stack name.
47
-
48
-
sammie will automatically create an s3 bucket to upload your code. To change this to a different bucket, change `bucketName` in your `sam.json` template.
46
+
`-s, --stack-name`: Option to override the auto-generated environment stack name.
47
+
`--s3-bucket`: S3 bucket where code is uploaded. Defaults to Parameters.bucketName in template.
48
+
`--s3-prefix`: S3 path prefix added to the packaged code file.
0 commit comments