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
- 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.
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
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.
Code released under the MIT License.