98. 12 03 2023 - catedradxc/serverlessStudy GitHub Wiki

Date: 12/03/2023

Daily objetives

* Add unit testing to the application versions: EKS and Fargate with persistence

Related work

* Find a issue trying to mock the external database:
	i mock the bean in the tests but due to it is integration test, i need the whole application,
	creating a bean of the app, the real repository is also instanced throwing a connection error.
* When trying to test with the real repository an other connection error is thown