Stands for anime database AWS lambda. It lets you create an anime meta data REST service using an AWS lambda based on the anime-offline-database with just one command.
Check out the OpenAPI specification.
- AWS account
- node.js installed
- npm installed
- serverless installed
- linux or MacOS
Provide your AWS credentials in ~/.aws/credentials
as follows:
[adbAwsLambda]
aws_access_key_id=YOUR-KEY-ID-HERE
aws_secret_access_key=YOUR-SECRET-ACCESS-KEY
region=YOUR-REGION-HERE
- Put your region in
serverless.yaml
- Execute
sh start.sh
- Execute
sh teardown.sh