Created
November 4, 2021 19:12
-
-
Save skinny85/98a7eadd08e411dcf1d0972b6874dd71 to your computer and use it in GitHub Desktop.
This file contains 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
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