Attempted to shift our backend express app into Lambda functions but we had difficulty interfacing with AWS gateway parameters etc.
Managed to query our Timestream database.
Came to a conclusion with the team that the timestream database we were provided with does not match with our front end data we need to retrieve thus cannot push forward so we let them know.
Did some styling changes and we added to our front end with individual battery components.
Setup a next.js application to get started (might switch over to a different platform next week depending on the CTO's decision)
I researched different chart librarys and wanted to find one that is easy to work with and looks good out of the box with vast customizations.
Charts that I did not like: Apex Charts - https://apexcharts.com/ Chart.js - https://www.chartjs.org/ d3.js - https://d3js.org/ Nevo - https://nivo.rocks/ Recharts - https://nivo.rocks/
I came to the conclusion that the best choice was Apache Echarts. https://echarts.apache.org/en/index.html
Also created 2 dynamic Charts
Feb 6th. Converted next app to vite + react More styling New header variation