Manoj Fernando
Manoj Fernando
Currently project uses serverless 1.0 version. It has to be updated to the latest version of serverless
The project uses serverless-plugin-write-env-vars plugin to work with environment variables. Newer version of serverless supports supports env variables out of the box.
Currently the project uses older version of serverless-dynamodb-local plugin. This needs to be updated
At the moment states are managed from components. We need to use redux for state management.
Currently the demo site is hosted on Heroku free tier. It often has a cold start. It needs to be moved to S3 static web hosting
We should have a external response template such that it can be easily referred from functions.