Skip to content

Commit

Permalink
adding local setup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hardikSinghBehl committed May 15, 2024
1 parent c6a4e22 commit cdbc755
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions aws/spring-cloud-aws-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Codebase demonstrating connection and interaction with provisioned Amazon S3 buc

Contains integration tests to validate interaction between the application and Amazon S3 using [LocalStack](https://github.com/localstack/localstack) and [Testcontainers](https://github.com/testcontainers/testcontainers-java). Test cases can be executed with the command `./mvnw integration-test verify`.

To run the application locally without provisioning actual AWS Resources, execute the below commands:

```bash
chmod +x localstack/init-s3-bucket.sh
```

```bash
sudo docker-compose build
```

```bash
sudo docker-compose up -d
```

## Blog posts

Blog posts about this topic:
Expand Down

0 comments on commit cdbc755

Please sign in to comment.