https://github.com/bytekast/serverless-toolkit
https://github.com/bytekast/serverless-toolkit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekast/serverless-toolkit
- Owner: bytekast
- License: mit
- Created: 2019-12-07T13:28:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T14:54:52.000Z (over 2 years ago)
- Last Synced: 2025-12-03T00:56:44.614Z (7 months ago)
- Language: Groovy
- Size: 21.3 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)