All Projects → romuloalves → Up Node8

romuloalves / Up Node8

Licence: mit
The way this project is packaging the Node 8 app isn't the best. Try the official example of Apex Up that uses the Node binary!

Projects that are alternatives of or similar to Up Node8

Node Lambda Log
Basic logging mechanism for Node 6.10+ Lambda Functions
Stars: ✭ 115 (+422.73%)
Mutual labels:  serverless, aws-lambda, apex
Sls Dev Tools
Dev Tools for the Serverless World - Issues, PRs and ⭐️welcome!
Stars: ✭ 662 (+2909.09%)
Mutual labels:  serverless, aws-lambda
Aws Lambda Workshop
Some incremental examples suitable to host an AWS Lambda Functions workshop
Stars: ✭ 18 (-18.18%)
Mutual labels:  serverless, aws-lambda
Docker Lambda Packager
A docker image based on Amazon Linux to create packages for AWS Lambda 🐳 🐜
Stars: ✭ 18 (-18.18%)
Mutual labels:  aws-lambda, docker-image
Serverless Plugin Typescript
Serverless plugin for zero-config Typescript support
Stars: ✭ 611 (+2677.27%)
Mutual labels:  serverless, aws-lambda
Aws Lambda Zombie Workshop
Code and walkthrough labs to set up a serverless chat application for the Zombie Apocalypse Workshop
Stars: ✭ 622 (+2727.27%)
Mutual labels:  serverless, aws-lambda
Archive aws Lambda Go
A fast and clean way to execute Go on AWS Lambda.
Stars: ✭ 710 (+3127.27%)
Mutual labels:  serverless, aws-lambda
Gateway
Drop-in replacement for Go net/http when running in AWS Lambda & API Gateway
Stars: ✭ 484 (+2100%)
Mutual labels:  serverless, aws-lambda
Aws Serverless Auth Reference App
Serverless reference app and backend API, showcasing authentication and authorization patterns using Amazon Cognito, Amazon API Gateway, AWS Lambda, and AWS IAM.
Stars: ✭ 724 (+3190.91%)
Mutual labels:  serverless, aws-lambda
Serverless Aws Lambda Node Postgres
Serverless AWS Lambda with Node.js,Postgres Rest API with Sequelize.
Stars: ✭ 18 (-18.18%)
Mutual labels:  serverless, aws-lambda
Gofaas
A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS).
Stars: ✭ 731 (+3222.73%)
Mutual labels:  serverless, aws-lambda
Puppeteer Lambda Starter Kit
Starter Kit for running Headless-Chrome by Puppeteer on AWS Lambda.
Stars: ✭ 563 (+2459.09%)
Mutual labels:  serverless, aws-lambda
Scar
Serverless Container-aware ARchitectures (e.g. Docker in AWS Lambda)
Stars: ✭ 558 (+2436.36%)
Mutual labels:  serverless, aws-lambda
Corral
🐎 A serverless MapReduce framework written for AWS Lambda
Stars: ✭ 648 (+2845.45%)
Mutual labels:  serverless, aws-lambda
Downloadthisvideo
Twitter bot for easily downloading videos/GIFs off tweets
Stars: ✭ 530 (+2309.09%)
Mutual labels:  serverless, aws-lambda
Sparta
go microservices, powered by AWS Lambda
Stars: ✭ 687 (+3022.73%)
Mutual labels:  serverless, aws-lambda
Serverless Plugin Warmup
Keep your lambdas warm during winter. ♨
Stars: ✭ 814 (+3600%)
Mutual labels:  serverless, aws-lambda
Chromda
λ 🖼️ Chromda is an AWS Lambda function for capturing screenshots of websites.
Stars: ✭ 481 (+2086.36%)
Mutual labels:  serverless, aws-lambda
Webiny Js
Enterprise open-source serverless CMS. Includes a headless CMS, page builder, form builder and file manager. Easy to customize and expand. Deploys to AWS.
Stars: ✭ 4,869 (+22031.82%)
Mutual labels:  serverless, aws-lambda
Lambda Packages
Various popular python libraries, pre-compiled to be compatible with AWS Lambda
Stars: ✭ 713 (+3140.91%)
Mutual labels:  serverless, aws-lambda

Node 8 in AWS Lambda by Apex Up

Important note!

The way this project is packaging the Node 8 app isn't the best. Try the official example of Apex Up that uses the Node binary! https://github.com/apex/up-examples/tree/master/oss/node-8.

Thanks!

Steps

  1. Clone this repo:

git clone https://github.com/romuloalves/up-node8.git

  1. Build the docker image with the Dockerfile:

docker build -t up-node8 .

  1. Build your code using the container image and the zeit/pkg inside it. Example:

docker run --rm -w /tmp -v $(PWD):/tmp up-node8 pkg --output=build/server --targets node8-linux .

Instead of clone this repository to build the image, you can use the image I built: romuloaalves/up-node8

docker run --rm -w /tmp -v $(PWD):/tmp romuloaalves/up-node8 pkg --output=build/server --targets node8-linux .

  1. Now is just deploy the content of the directory build using up(1)!

Example

There is an example you can run.

The instructions are inside the example dir.

License

MIT License

Copyright (c) 2017 Rômulo Alves

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].