Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danteay/sls-aws-java-gradle
A serverless Java Scafolding ussing gradle
https://github.com/danteay/sls-aws-java-gradle
java serverless
Last synced: about 1 month ago
JSON representation
A serverless Java Scafolding ussing gradle
- Host: GitHub
- URL: https://github.com/danteay/sls-aws-java-gradle
- Owner: danteay
- License: gpl-2.0
- Created: 2020-06-11T23:25:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T02:55:38.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:24:09.498Z (8 months ago)
- Topics: java, serverless
- Language: Java
- Size: 2.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sls-aws-java-gradle
A serverless Java Scaffolding using gradle
## Requirements
* Java 11
* Make command
* NodeJS >= 12
* Serverless CLI## Project commands
### Installation
This will install a project instance of the serverless cli and the configured serverless
plugins on the serverless.yml file```console
make install
```### Project test
This will run the Gradle test task from the local Gradle wrapper
```console
make test
```### Project build
This will execute the Gradle clean and build task from the local Gradle wrapper
```console
make build
```### Local execution
This will simulate a local APIGateway to test the endpoints
```console
make run
```