We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820ddd4 commit 074b35bCopy full SHA for 074b35b
deploy.sh
@@ -18,6 +18,7 @@ function releaseToRegion {
18
sam package \
19
--output-template-file packaged.yaml \
20
--s3-bucket ${bucket} \
21
+ --s3-prefix R-${version}/ \
22
--region ${region}
23
version_="${version//\./_}"
24
stack_name=r-${version//\./-}
integration_test.sh
@@ -18,6 +18,7 @@ function integrationTest {
+ --s3-prefix R-${version}/test/ \
--template-file test-template.yaml \
0 commit comments