Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dgarc359/llrt-buffer-decoding-example
https://github.com/dgarc359/llrt-buffer-decoding-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgarc359/llrt-buffer-decoding-example
- Owner: Dgarc359
- Created: 2024-02-10T06:00:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-10T06:07:09.000Z (11 months ago)
- Last Synced: 2024-04-23T20:50:07.926Z (9 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Usage
⚠️ This project uses esbuild
* Install dev dependencies with `yarn` or `npm install`
* Output JS for AWS with `./build.sh`
* Add AWS llrt `bootstrap` binary to `out` folder
* Create lambda deployable zip with `./zip.sh`# Caveats
* Make sure to use the proper runtime
* Make sure to adjust the handler in AWS config to point to `index.handler`
* Decoding Buffer into ascii is not currently supported in llrt