Skip to content

loganmac/purescript-hello-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicLambda

A basic example of an AWS Lambda function written in Purescript.

Build and Install

To create your own Lambda package:

$> git clone https://github.com/loganmac/purescript-hello-lambda
$> cd purescript-hello-lambda
$> bower up
$> npm run build
$> npm run package

To install, change the --function-name tag in package.json under the deploy script to the name of your own Lambda function, then

$> npm run deploy

About

Hello World on AWS Lambda - in PureScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published