An adaptation of Arseny Yankovsky lucene-serverless with the following aims
- No servers
- No fixed costs
- Low (250-300ms) cold starts
- Secure
- OpenSearch compatible signatures (WIP)
- Production Ready (WIP)
./mvnw clean install -Dquarkus.package.type=native
sam deploy --stack-name <stack_name> --s3-bucket <code_bucket> --capabilities CAPABILITY_IAM \
--parameter-overrides VpcId=<VPC_ID> MountTarget1Subnet=<SUBNET_ID_1> MountTarget2Subnet=<SUBNET_ID_2> MountTarget3Subnet=subnet-<SUBNET_ID_3>
ServerlessSearchApi: The API Endpoint
The open api specification can be accessed from
https://<ServerlessSearchApi>/q/openapi