Skip to content

Commit 78098d0

Browse files
committed
move aws-sam-amplify sample to archive, remove all remaining mentions of the SERVICES env var
1 parent cd4493a commit 78098d0

File tree

21 files changed

+39
-39
lines changed

21 files changed

+39
-39
lines changed

apigw-custom-domain/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ make install
1818

1919
## Running
2020

21-
Make sure that LocalStack is started with the following `SERVICES` configuration:
21+
Make sure that LocalStack is started:
2222
```
23-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,acm,route53 localstack start
23+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2424
```
2525

2626
Deploy the app locally and run a test invocation via:

appsync-graphql-api/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ make install
1818

1919
## Starting LocalStack
2020

21-
Make sure that LocalStack is started with the following `SERVICES` configuration:
21+
Make sure that LocalStack is started:
2222
```
23-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,appsync,dynamodb,rds,secretsmanager localstack start
23+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2424
```
2525

2626
## Running

athena-s3-queries/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ make install
1818

1919
## Starting LocalStack
2020

21-
Make sure that LocalStack is started with the following `SERVICES` configuration:
21+
Make sure that LocalStack is started:
2222
```
23-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,athena localstack start
23+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2424
```
2525

2626
## Running

cdk-resources/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ make install
1919

2020
## Starting LocalStack
2121

22-
Make sure that LocalStack is started with the following `SERVICES` configuration:
22+
Make sure that LocalStack is started:
2323
```
24-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,appsync,amplify,sqs,sns localstack start
24+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2525
```
2626

2727
## Running

codecommit-git-repo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ make install
1717

1818
## Running
1919

20-
Make sure that LocalStack is started with the following `SERVICES` configuration:
20+
Make sure that LocalStack is started:
2121
```
22-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=codecommit localstack start
22+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2323
```
2424

2525
The following command runs the test application locally, creates an Git repository via the AWS CodeCommit API locally, commits and pushes a test file to the repository, and then checks out the file in a fresh clone of the repository:

cognito-jwt/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ This scenario requires access to an SMTP server to send Cognito emails (e.g., to
2424
* `SMTP_PASS`: SMTP password
2525
* `SMTP_EMAIL`: Email address under which the messages should be sent
2626

27-
Make sure that LocalStack is started with the following `SERVICES` configuration:
27+
Make sure that LocalStack is started:
2828
```
29-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cognito localstack start
29+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
3030
```
3131

3232
## Running

ec2-docker-instances/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ make install
2222

2323
Run LocalStack with following enviroment flags:
2424
```
25-
LOCALSTACK_API_KEY=... EC2_VM_MANAGER=docker DEBUG=1 SERVICES=ssm,ec2 localstack start
25+
LOCALSTACK_API_KEY=... EC2_VM_MANAGER=docker DEBUG=1 localstack start
2626
```
2727

2828
Run the demo:

ecs-ecr-container-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Please refer to the `templates/` folder for details about the CloudFormation tem
2222

2323
## Running
2424

25-
Make sure that LocalStack is started with the following `SERVICES` configuration:
25+
Make sure that LocalStack is started:
2626
```
27-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,ecs,ecr,ec2,iam,elbv2 localstack start
27+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2828
```
2929

3030
The following command builds and deploys the app locally via CloudFormation:

glacier-s3-select/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Please refer to the `test.csv` file and feel free to modify in order to see chan
2222

2323
## Running
2424

25-
Make sure that LocalStack is started with the following `SERVICES` configuration:
25+
Make sure that LocalStack is started:
2626
```
27-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,glacier localstack start
27+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2828
```
2929

3030
The following command creates local S3 buckets and Glacier vaults, and runs simple demo queries over the `data.csv` CSV file:

glue-etl-jobs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Please refer to the `job.py` PySpark job file and the `run.sh` script that runs
2222

2323
## Running
2424

25-
Make sure that LocalStack is started with the following `SERVICES` configuration:
25+
Make sure that LocalStack is started:
2626
```
27-
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,rds,glue localstack start
27+
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
2828
```
2929

3030
The following command prepares, creates, and runs the Glue job:

0 commit comments

Comments
 (0)