Skip to content

Commit ff3c7b0

Browse files
authored
Merge pull request #483 from bgahagan/lambda-skeleton
Add AWS Lambda skeleton
2 parents 97d6125 + a62f21f commit ff3c7b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/skeletons.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Example setup which, using the [Workbench plugin](https://github.com/lihaoyi/wor
2828
### [Node.js module with Scala.js](https://github.com/rockymadden/scala-node-example)
2929
Proof of concept to determine if Scala.js could be leveraged to make a Node.js module.
3030

31+
### [AWS Lambda with Scala.js](https://github.com/bgahagan/scalajs-lambda.g8)
32+
A skeleton to build an AWS Lambda handler using Scala.js 1.0. Uses sbt-scalajs-bundler to manage npm dependencies and sbt-native-packager to package lambda for deployment.
33+
3134
### [npm scalajs-starter](https://github.com/konradst/scalajs-starter)
3235
Scala.js Node.js skeleton app / library handled with ```npm start```, ```build```, ```test```, ```clean``` commands.
3336

0 commit comments

Comments
 (0)