Skip to content

Instantly share code, notes, and snippets.

@brachi-wernick
Last active March 8, 2018 13:37
Show Gist options
  • Save brachi-wernick/c3186b7d7cf157b1b917da5103a937a2 to your computer and use it in GitHub Desktop.
Save brachi-wernick/c3186b7d7cf157b1b917da5103a937a2 to your computer and use it in GitHub Desktop.
deployApi
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