Skip to content

Commit 94ae3b4

Browse files
author
AncaGhenade
committed
add sample wrong file + small config fix
1 parent 687b391 commit 94ae3b4

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ services:
66
container_name: localstack
77
ports:
88
- "4566:4566" # port of to where localstack can be addressed to
9+
- "9000:9000"
910
environment:
10-
- SERVICES=s3,dynamodb # a list of desired services you want to use.
11+
- SERVICES=s3,dynamodb,lambda # a list of desired services you want to use.
1112
- DEFAULT_REGION=eu-central-1 # where the localstack mocks to be running
1213
- AWS_ACCESS_KEY_ID=test_access_key
1314
- AWS_SECRET_ACCESS_KEY=test_secret_access_key

sample-pictures/wrong.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This file is the wrong format.It needs to go.

src/main/resources/application.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ logging:
1010

1111
spring:
1212
profiles:
13-
default: dev
13+
default: prod

0 commit comments

Comments
 (0)