Skip to content

Instantly share code, notes, and snippets.

@skinny85
Created November 4, 2021 19:12
Show Gist options
  • Save skinny85/98a7eadd08e411dcf1d0972b6874dd71 to your computer and use it in GitHub Desktop.
Save skinny85/98a7eadd08e411dcf1d0972b6874dd71 to your computer and use it in GitHub Desktop.
const devDesktop = new products.DevDesktopV2(this, "MyDevDesktop", {
instanceSize: products.DevDesktopInstanceSize.T2_MICRO,
keyPair: products.DevDesktopKeyPair.TEST_KEY,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment