Skip to content

Commit 9810374

Browse files
authored
Fix: remove projen (#1166)
* Fix: remove projen * feat: upate test to use normalized
1 parent bfd6bbf commit 9810374

34 files changed

+1250
-1730
lines changed

typescript/ec2-instance/.env.example

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Logging level (INFO, DEBUG, etc.)
2+
LOG_LEVEL=INFO
3+
4+
# Your SSH public key for instance access
5+
SSH_PUB_KEY=ssh-rsa AAAAB3NzaC1yc2E...
6+
7+
# CPU architecture (ARM64 or X86)
8+
CPU_TYPE=ARM64
9+
10+
# Instance size (LARGE, XLARGE, XLARGE2, XLARGE4)
11+
INSTANCE_SIZE=LARGE

typescript/ec2-instance/.eslintrc.json

Lines changed: 0 additions & 228 deletions
This file was deleted.

typescript/ec2-instance/.gitattributes

Lines changed: 0 additions & 23 deletions
This file was deleted.

typescript/ec2-instance/.github/pull_request_template.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

typescript/ec2-instance/.github/workflows/build.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

typescript/ec2-instance/.github/workflows/pull-request-lint.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)