https://github.com/vharmain/nbb-aws-lambda-runtime
AWS Lambda runtime for nbb
https://github.com/vharmain/nbb-aws-lambda-runtime
Last synced: 12 months ago
JSON representation
AWS Lambda runtime for nbb
- Host: GitHub
- URL: https://github.com/vharmain/nbb-aws-lambda-runtime
- Owner: vharmain
- License: unlicense
- Created: 2021-10-25T17:22:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-31T09:38:06.000Z (over 4 years ago)
- Last Synced: 2025-06-30T15:21:34.215Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nbb-aws-lambda-runtime
AWS Lambda runtime for nbb
## Setup
* `./make-layer.sh`
* `./make-runtime.sh`
* `aws lambda publish-layer-version --layer-name node-nbb-al2 --compatible-runtimes "provided.al2" --zip-file fileb://layer.zip`
* Go to Lambda Console
* Create function
* Select runtime: Provide your own bootstrap on Amazon Linux 2
* Select architecture `x86_64`
* Click Create Function
* In Code section "upload from" ... choose runtime.zip
* In layers section "add a layer" => Custom layers => select `node-nbb-al2`
## TODO
* Make ARM version
* Make aws-sdk somehow available in CLJS scripts
* Publish runtime to AWS Serverless Repository