Last active
March 8, 2018 13:37
-
-
Save brachi-wernick/c3186b7d7cf157b1b917da5103a937a2 to your computer and use it in GitHub Desktop.
deployApi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gateway.createDeployment(new CreateDeploymentRequest() | |
.withRestApiId(targetRestApi.getId()) | |
.withStageName(deploymentStageName)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment