Skip to content

Commit 357506d

Browse files
committed
small improvements
1 parent eb3d004 commit 357506d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- DOCKER_HOST=unix:///var/run/docker.sock #unix socket to communicate with the docker daemon
1313
- LOCALSTACK_HOST=localstack # where services are available from other containers
1414
- ENFORCE_IAM=1 # enforce IAM policies
15+
# - LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN}
1516
volumes:
1617
- "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
1718
- "/var/run/docker.sock:/var/run/docker.sock"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>software.amazon.awssdk</groupId>
8484
<artifactId>bom</artifactId>
85-
<version>2.20.26</version>
85+
<version>2.22.12</version>
8686
<type>pom</type>
8787
<scope>import</scope>
8888
</dependency>

src/main/resources/application-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ aws:
77
dynamodb:
88
endpoint: http://localhost.localstack.cloud:4566/
99
sqs:
10-
endpoint: http://localhost:4566/000000000000
10+
endpoint: http://localhost.localstack.cloud:4566/000000000000
1111
region: us-east-1

src/main/resources/buckets.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
shipment-picture-bucket=shipment-picture-bucket-concise-malamute
2-
shipment-picture-bucket-validator=shipment-picture-lambda-validator-bucket-concise-malamute
1+
shipment-picture-bucket=shipment-picture-bucket-certain-yak
2+
shipment-picture-bucket-validator=shipment-picture-lambda-validator-bucket-certain-yak

0 commit comments

Comments
 (0)