UNPKG

216 BJavaScriptView Raw
1"use strict";
2
3apigateway.getStages({ restApiId: api.id }, callback);
4
5var params = {
6 restApiId: api.id,
7 stageName: answers.name
8};
9apigateway.createDeployment(params, callback);
10//# sourceMappingURL=stage.js.map
\No newline at end of file