Browsed by
Tag: aws

AWS S3 Client – Local Stack – Test Container

AWS S3 Client – Local Stack – Test Container

Test Container Test container is a third party Java library which offers to test or validate anything that can run in a Docker container. For Example, we can create lightweight database instances of  MySQL, PostgreSQL or Oracle database to test our data access layer code (DAO , Repositories). Similarly we can test our AWS cloud services like server less apps without actually using the cloud. We can do this with the help of LocalStack, a fully functional local AWS cloud…

Read More Read More