/api

API backend for botleg blog

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Botleg API

js-standard-style Codacy Badge

This project uses serverless framework to create Lambda functions to implement the API for botleg blog.

Run Instructions

  • Install serverless framework with npm install -g serverless.
  • Checkout here to connect serverless with your AWS account.
  • Install node dependencies with npm install.
  • Deploy lambda function with npm run deploy.