File tree
Expand file treeCollapse file tree4 files changed
+5
-4
lines changed Expand file treeCollapse file tree4 files changed
+5
-4
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -12,6 +12,7 @@ services:
|
12 | 12 | - DOCKER_HOST=unix:///var/run/docker.sock #unix socket to communicate with the docker daemon
|
13 | 13 | - LOCALSTACK_HOST=localstack # where services are available from other containers
|
14 | 14 | - ENFORCE_IAM=1 # enforce IAM policies
|
| 15 | +# - LOCALSTACK_AUTH_TOKEN=${LOCALSTACK_AUTH_TOKEN} |
15 | 16 | volumes:
|
16 | 17 | - "${LOCALSTACK_VOLUME_DIR:-./volume}:/var/lib/localstack"
|
17 | 18 | - "/var/run/docker.sock:/var/run/docker.sock"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
82 | 82 | <dependency>
|
83 | 83 | <groupId>software.amazon.awssdk</groupId>
|
84 | 84 | <artifactId>bom</artifactId>
|
85 |
| -<version>2.20.26</version> |
| 85 | +<version>2.22.12</version> |
86 | 86 | <type>pom</type>
|
87 | 87 | <scope>import</scope>
|
88 | 88 | </dependency>
|
|
Original file line number | Diff line number | Diff line change |
---|
|
7 | 7 | dynamodb:
|
8 | 8 | endpoint: http://localhost.localstack.cloud:4566/
|
9 | 9 | sqs:
|
10 |
| -endpoint: http://localhost:4566/000000000000 |
| 10 | +endpoint: http://localhost.localstack.cloud:4566/000000000000 |
11 | 11 | region: us-east-1
|
Original file line number | Diff line number | Diff line change |
---|
|
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 |
You can’t perform that action at this time.
0 commit comments