localstack-Aws
Project description
This project aims to create an application with microservices architecture using Spring for all development. For virtualization, Docker and Localstack is used for provides an easy-to-use test/mocking framework for developing Cloud applications.
Installation and Technologies
The following technologies were used to carry out the project and it is necessary to install some items:
- Docker
- Java 17
- Maven
- LocalStack
- Spring
- AWScli
- DynamoDB
- S3
LocalStack
LocalStack is an open-source mock of the real AWS services. s a cloud service emulator that runs in a single container on your laptop or in your CI environment. With LocalStack, you can run your AWS applications or Lambdas entirely on your local machine without connecting to a remote cloud provider! Whether you are testing complex CDK applications or Terraform configurations, or just beginning to learn about AWS services, LocalStack helps speed up and simplify your testing and development workflow.
Benefits LocalStack
- Reduce Cost
- Test AWS Cloud Resource Locally
- Learn AWS Cloud Resource Locally