We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b6f7c commit aa866c6Copy full SHA for aa866c6
oss/node-basic/test.sh
@@ -3,5 +3,5 @@ curl -s `up url`
3
# equals: Hello World from AWS_Lambda_nodejs8.10
4
5
up production
6
-curl -s `up url`
+curl -s `up url -s production`
7
# equals: Hello World from AWS_Lambda_nodejs10.x
0 commit comments