Skip to content

Commit cdbc755

Browse files
adding local setup commands
1 parent c6a4e22 commit cdbc755

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

aws/spring-cloud-aws-s3/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ Codebase demonstrating connection and interaction with provisioned Amazon S3 buc
44

55
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`.
66

7+
To run the application locally without provisioning actual AWS Resources, execute the below commands:
8+
9+
```bash
10+
chmod +x localstack/init-s3-bucket.sh
11+
```
12+
13+
```bash
14+
sudo docker-compose build
15+
```
16+
17+
```bash
18+
sudo docker-compose up -d
19+
```
20+
721
## Blog posts
822

923
Blog posts about this topic:

0 commit comments

Comments
 (0)