You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a set of AWS Lambda functions that handle one each of the functions needed in a CRUD API.
It uses Maven to build.
Adapted from this sample.
Setup
mvn install
Build
mvn compile
Package a JAR for use as an AWS Lambda function
mvn package shade:shade
About
reading list application showing how to authenticate http api with auth0