Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 527 Bytes

File metadata and controls

20 lines (15 loc) · 527 Bytes

AWS API Gateway Usage Example

Simple JRestless usage example.

Installation & Deployment

git clone https://github.com/bbilger/jrestless-examples.git
cd jrestless-examples
./gradlew build
cd aws/gateway/aws-gateway-usage-example
serverless deploy
serverless logs -f "sample" -t # if you want to tail the logs

Endpoints

Endpoints Method Consumes Produces Comment
sample/health GET - JSON