Skip to content

Commit 5f8dd0b

Browse files
committed
readme
1 parent 3f48a07 commit 5f8dd0b

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,8 @@
1-
# template-repos-ts
2-
3-
Template repository for using TypeScript
4-
5-
# Stack
6-
7-
- npm client is [yarn](https://github.com/yarnpkg/yarn)
8-
- Testing is [vitest](https://github.com/vitest-dev/vitest)
9-
- Linting is [eslint](https://github.com/eslint/eslint)
10-
- Basic lint rule set is [eslint-plugin-functional](https://github.com/jonaskello/eslint-plugin-functional)
11-
- Formatter is [prettier](https://github.com/prettier/prettier)
12-
- Pre-install utility is [ramda](https://github.com/ramda/ramda)
13-
14-
# Usage
15-
16-
Create a repository using this template; just runs following command.
17-
18-
```bash
19-
yarn
20-
```
1+
### How to release
2+
3+
1. Download all zip files from a release.
4+
2. Upload all zips to s3://devprotocol-clubs/clubs/\_lambda-layers/place/capture and override them.
5+
3. Access Lambda/Layers/chromium and click `Create version` -> `Upload a file from Amazon S3` and input `https://devprotocol-clubs.s3.us-east-1.amazonaws.com/clubs/_lambda-layers/place/capture/chromium.zip`, set Compatible architectures = x86_64, set Compatible runtimes == Node.js 22.x + Node.js 20.x, then create.
6+
4. Access Lambda/Layers/libs and click `Create version` -> `Upload a file from Amazon S3` and input `https://devprotocol-clubs.s3.us-east-1.amazonaws.com/clubs/_lambda-layers/place/capture/libs.zip`, set Compatible architectures = x86_64, set Compatible runtimes == Node.js 22.x + Node.js 20.x, then create.
7+
5. Access Lambda/Layers/fonts and click `Create version` -> `Upload a file from Amazon S3` and input `https://devprotocol-clubs.s3.us-east-1.amazonaws.com/clubs/_lambda-layers/place/capture/fonts.zip`, set Compatible architectures = x86_64, set Compatible runtimes == Node.js 22.x + Node.js 20.x, then create.
8+
6. Access Lambda/Functions/capture-screenshots and click `Upload from` -> `Amazon S3 location` and input `https://devprotocol-clubs.s3.us-east-1.amazonaws.com/clubs/_lambda-layers/place/capture/lambda.zip`, and edit layers to use all of the latest versions,then publish new version on the console.

0 commit comments

Comments
 (0)