/laconia-api

Laconia is a microframework for building Node.js serverless function based applications. Laconia shields you from the friction of serverless development by providing consistent architectural patterns and developer experience.

Primary LanguageJavaScriptMIT LicenseMIT

Laconia API

This repository is part of my post in medium Creating Serverless Application effortlessly with LaconiaJS where i develop a serverless application that consumes an API using laconia and its benefits

In this project i use:

  • serverless
  • serverless-offline
  • @laconia/core
  • @laconia/event
  • aws-sdk
  • loggy
  • node-fetch

Requirements

  • Please make sure you have NodeJS installed, as this contains npm, which is necessary for installing dependencies, starting the appropriate scripts, and building your web project.

Try it

Clone this repo and install all packages and dependencies required for this project:

npm install

Start the development environment

npm run dev

Deploy to AWS Lambda (configure aws cli)

serverless deploy

Pull Request

Feel free to make a fork and send me a pull request with improvements, i am always willing to improve my way of writing code and thanks.

License (MIT)

Code released under the MIT License.