Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgarc359/llrt-buffer-decoding-example


https://github.com/dgarc359/llrt-buffer-decoding-example

Last synced: about 2 months ago
JSON representation

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