This repo will house a range of serverless functions for the a-comosus project
All environment variables are now stored on AWS secret manager, having an IAM user with correct permission should provide you with the required variables.
Simple, just like most of the JS projects. Simply run yarn install or yarn for short to install all the node modules. Then set up serverless framework, follow this link. And that's it, you are all set. 👏
And of course, you will need to have the right IAM user to perform actions
This serverless project uses serverless-offline plugin, simply run yarn offline will spin up local instances of serverless function, which you can invoke with REST clients.
yarn deploy:dev will deploy the functions in development mode. yarn deploy:prod will deploy the functions in production mode