An open API service indexing awesome lists of open source software.

https://github.com/bytekast/serverless-toolkit


https://github.com/bytekast/serverless-toolkit

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# serverless-toolkit

## Collection of [Serverless Framework](https://serverless.com/) Plugins and Templates.

### Serverless Framework Plugins
- [serverless-groovy-plugin](plugins/serverless-groovy-plugin): Build Lambda functions and apis using standalone [Groovy](http://groovy-lang.org/) scripts.
- [serverless-java-instrument](plugins/serverless-java-instrument): Instruments JVM-based functions and logs metrics data on every execution.
- [serverless-jvm-plugin](plugins/serverless-jvm-plugin): Invoke JVM-based Lambda functions locally.

### Serverless Framework Project Templates
- [clojure-simple](templates/clojure-simple)
- [clojurescript-simple](templates/clojurescript-simple)
- [groovy-scripts](templates/groovy-scripts)
- [groovy-simple](templates/groovy-simple)
- [groovy-simple-monolith](templates/groovy-simple-monolith)
- [groovy-spark-monolith](templates/groovy-spark-monolith)
- [java-simple](templates/java-simple)
- [java-spark-monolith](templates/java-spark-monolith)
- [java-springboot-monolith](templates/java-springboot-monolith)
- [kotlin-simple](templates/kotlin-simple)
- [kotlin-spark-monolith](templates/kotlin-spark-monolith)
- [scala-simple](templates/scala-simple)