cdk-code-server 0.0.2__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cdk_code-server/__init__.py +5 -2
- cdk_code-server/_jsii/__init__.py +1 -1
- cdk_code-server/_jsii/cdk-code-server@0.0.4.jsii.tgz +0 -0
- {cdk_code_server-0.0.2.dist-info → cdk_code_server-0.0.4.dist-info}/METADATA +6 -3
- cdk_code_server-0.0.4.dist-info/RECORD +9 -0
- cdk_code-server/_jsii/cdk-code-server@0.0.2.jsii.tgz +0 -0
- cdk_code_server-0.0.2.dist-info/RECORD +0 -9
- {cdk_code_server-0.0.2.dist-info → cdk_code_server-0.0.4.dist-info}/LICENSE +0 -0
- {cdk_code_server-0.0.2.dist-info → cdk_code_server-0.0.4.dist-info}/WHEEL +0 -0
- {cdk_code_server-0.0.2.dist-info → cdk_code_server-0.0.4.dist-info}/top_level.txt +0 -0
cdk_code-server/__init__.py
CHANGED
@@ -3,8 +3,6 @@ r'''
|
|
3
3
|
|
4
4
|
This is a CDK Construct for creating a VSCode server on an Amazon Linux EC2 instance.
|
5
5
|
|
6
|
-
You can access to Visual Studio Code server by browser and start development easily.
|
7
|
-
|
8
6
|
[](https://constructs.dev/packages/cdk-code-server)
|
9
7
|
|
10
8
|
[](https://open.vscode.dev/badmintoncryer/cdk-code-server)
|
@@ -16,6 +14,11 @@ You can access to Visual Studio Code server by browser and start development eas
|
|
16
14
|
|
17
15
|

|
18
16
|
|
17
|
+
You can easily access Visual Studio Code Server through your browser and start development.
|
18
|
+
|
19
|
+
In the EC2 security group's inbound rules, communication from the Internet is not allowed, ensuring secure access to the VSCode server.
|
20
|
+
Additionally, by passing the IAM policy to be attached to the EC2 instance as a property, you can grant appropriate permissions for AWS access within VSCode.
|
21
|
+
|
19
22
|
## Usage
|
20
23
|
|
21
24
|
Install the package:
|
@@ -19,7 +19,7 @@ import constructs._jsii
|
|
19
19
|
import open_constructs_aws_cdk._jsii
|
20
20
|
|
21
21
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
22
|
-
"cdk-code-server", "0.0.
|
22
|
+
"cdk-code-server", "0.0.4", __name__[0:-6], "cdk-code-server@0.0.4.jsii.tgz"
|
23
23
|
)
|
24
24
|
|
25
25
|
__all__ = [
|
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: cdk-code-server
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.4
|
4
4
|
Summary: CDK Construct for a VSCode Server development environment on EC2
|
5
5
|
Home-page: https://github.com/badmintoncryer/cdk-code-server.git
|
6
6
|
Author: Kazuho CryerShinozuka<malaysia.cryer@gmail.com>
|
@@ -32,8 +32,6 @@ Requires-Dist: typeguard~=2.13.3
|
|
32
32
|
|
33
33
|
This is a CDK Construct for creating a VSCode server on an Amazon Linux EC2 instance.
|
34
34
|
|
35
|
-
You can access to Visual Studio Code server by browser and start development easily.
|
36
|
-
|
37
35
|
[](https://constructs.dev/packages/cdk-code-server)
|
38
36
|
|
39
37
|
[](https://open.vscode.dev/badmintoncryer/cdk-code-server)
|
@@ -45,6 +43,11 @@ You can access to Visual Studio Code server by browser and start development eas
|
|
45
43
|
|
46
44
|

|
47
45
|
|
46
|
+
You can easily access Visual Studio Code Server through your browser and start development.
|
47
|
+
|
48
|
+
In the EC2 security group's inbound rules, communication from the Internet is not allowed, ensuring secure access to the VSCode server.
|
49
|
+
Additionally, by passing the IAM policy to be attached to the EC2 instance as a property, you can grant appropriate permissions for AWS access within VSCode.
|
50
|
+
|
48
51
|
## Usage
|
49
52
|
|
50
53
|
Install the package:
|
@@ -0,0 +1,9 @@
|
|
1
|
+
cdk_code-server/__init__.py,sha256=JwN7YUZysWdJmABw8mGjB0n9EBGMaRiZwvkacqeDmAQ,11634
|
2
|
+
cdk_code-server/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
cdk_code-server/_jsii/__init__.py,sha256=61ntIW3gNV_AJNDTBbiWUXkmZgnkMKflf8HuSOGg0Vw,557
|
4
|
+
cdk_code-server/_jsii/cdk-code-server@0.0.4.jsii.tgz,sha256=yBaqnlEs3Du1GLN3S4tD61apGpVdxX--f5-P8v__zoc,1007389
|
5
|
+
cdk_code_server-0.0.4.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
+
cdk_code_server-0.0.4.dist-info/METADATA,sha256=kZPUI5m0OJ80BoxMSE2N0aQBDHJZFFMvCP3dnnxOd_k,6232
|
7
|
+
cdk_code_server-0.0.4.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
8
|
+
cdk_code_server-0.0.4.dist-info/top_level.txt,sha256=ddKd-JX0B1KojbTdHpuZbc_BFCtLovS3D6LCWZWnU7Y,16
|
9
|
+
cdk_code_server-0.0.4.dist-info/RECORD,,
|
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
cdk_code-server/__init__.py,sha256=3vvMfZL2plZduinO1b25DsR9RcVaVKp01b77YKsWOmY,11332
|
2
|
-
cdk_code-server/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
cdk_code-server/_jsii/__init__.py,sha256=eR9Ax76KUZETznwkanaaemdof4LH4Ij-k631gswUnQU,557
|
4
|
-
cdk_code-server/_jsii/cdk-code-server@0.0.2.jsii.tgz,sha256=5TiexblIWCQYRAWadU_T5JzcUigfG4bA0jqdDTO4LGg,1007190
|
5
|
-
cdk_code_server-0.0.2.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
-
cdk_code_server-0.0.2.dist-info/METADATA,sha256=j-syJAtvJfzXrYaqywNodfBNXqJtPVmJOkwwIXYZAHA,5930
|
7
|
-
cdk_code_server-0.0.2.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
8
|
-
cdk_code_server-0.0.2.dist-info/top_level.txt,sha256=ddKd-JX0B1KojbTdHpuZbc_BFCtLovS3D6LCWZWnU7Y,16
|
9
|
-
cdk_code_server-0.0.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|