93. 02 02 2023 - catedradxc/serverlessStudy GitHub Wiki

Date: 02/02/2023

Daily objetives

* Review the funtionality of the versions to ensure the rigurosity: EKS persistence version

Related work

* Solve an error with the process of adding a new order
	- An attribute of OrderLine entity was bad-named in the database
	- To add a new order i had to given it id (it isn't autogenerated)
* Solve a bug with the delete of all entities (similar problem with edit (PUT verb))
	html forms does not support DELETE method -> i had to use GET or POST