Skip to content
This repository has been archived by the owner on Nov 24, 2019. It is now read-only.

Deploy an anime REST service using AWS Lambda with just one command.

License

Notifications You must be signed in to change notification settings

manami-project/adb-aws-lambda

Repository files navigation

adb-aws-lambda

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.

Prerequisite

  • 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

Usage

Deploy

  1. Put your region in serverless.yaml
  2. Execute sh start.sh

Tear down

  1. Execute sh teardown.sh