★ wanayoo — archive 1999 https://github.com/bryanjos/elixirscript_lambdaNouvelle recherche | Portail wanayoo
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Elixirscript Lambda Node Example

This project shows a simple AWS lambda using Elixirscript.

Entry point is main.js because Lambda does not like names with dots in them.

Lambda Settings:

Runtime: Node.js 4.3

Handler: main.handler

Requirements

Must have elixirscript installed.

Comands

Build: npm run build - Build result will be in the dist folder

Package: npm run package - Builds, and creates zip file to be uploaded to Lambda

About

An example of using elixirscript with AWS Lambda

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.