Skip to content

Commit

Permalink
move aws-sam-amplify sample to archive, remove all remaining mentions…
Browse files Browse the repository at this point in the history
… of the SERVICES env var
  • Loading branch information
baermat committed Jul 13, 2022
1 parent cd4493a commit 78098d0
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions apigw-custom-domain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,acm,route53 localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

Deploy the app locally and run a test invocation via:
Expand Down
4 changes: 2 additions & 2 deletions appsync-graphql-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,appsync,dynamodb,rds,secretsmanager localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions athena-s3-queries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,athena localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions cdk-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,appsync,amplify,sqs,sns localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions codecommit-git-repo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=codecommit localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

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:
Expand Down
4 changes: 2 additions & 2 deletions cognito-jwt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ This scenario requires access to an SMTP server to send Cognito emails (e.g., to
* `SMTP_PASS`: SMTP password
* `SMTP_EMAIL`: Email address under which the messages should be sent

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cognito localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
2 changes: 1 addition & 1 deletion ec2-docker-instances/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ make install

Run LocalStack with following enviroment flags:
```
LOCALSTACK_API_KEY=... EC2_VM_MANAGER=docker DEBUG=1 SERVICES=ssm,ec2 localstack start
LOCALSTACK_API_KEY=... EC2_VM_MANAGER=docker DEBUG=1 localstack start
```

Run the demo:
Expand Down
4 changes: 2 additions & 2 deletions ecs-ecr-container-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Please refer to the `templates/` folder for details about the CloudFormation tem

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,ecs,ecr,ec2,iam,elbv2 localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command builds and deploys the app locally via CloudFormation:
Expand Down
4 changes: 2 additions & 2 deletions glacier-s3-select/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Please refer to the `test.csv` file and feel free to modify in order to see chan

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,glacier localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command creates local S3 buckets and Glacier vaults, and runs simple demo queries over the `data.csv` CSV file:
Expand Down
4 changes: 2 additions & 2 deletions glue-etl-jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ Please refer to the `job.py` PySpark job file and the `run.sh` script that runs

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,rds,glue localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command prepares, creates, and runs the Glue job:
Expand Down
4 changes: 2 additions & 2 deletions iam-policy-enforcement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Please note that LocalStack by default does not enforce IAM policies. IAM needs

## Running

Make sure that the `ENFORCE_IAM=1` environment variable is enabled, and that LocalStack is started with the following `SERVICES` configuration:
Make sure that the `ENFORCE_IAM=1` environment variable is enabled, and that LocalStack is started:
```
LOCALSTACK_API_KEY=... ENFORCE_IAM=1 DEBUG=1 SERVICES=cloudformation localstack start
LOCALSTACK_API_KEY=... ENFORCE_IAM=1 DEBUG=1 localstack start
```

Run the script that is running the :
Expand Down
4 changes: 2 additions & 2 deletions lambda-container-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=lambda,ecr localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command builds, deploys, and runs the Lambda container image locally:
Expand Down
4 changes: 2 additions & 2 deletions lambda-xray/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=edge,serverless,xray localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

Deploy the app locally and run a Lambda test invocation:
Expand Down
4 changes: 2 additions & 2 deletions mediastore-uploads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,mediastore localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command runs the example, which creates a MediaStore container, uploads and downloads files to/from the container, and finally cleans up the created resources:
Expand Down
4 changes: 2 additions & 2 deletions qldb-ledger-queries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=qldb localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions rds-db-queries/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=rds localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions serverless-lambda-layers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=cloudformation,events,cognito localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

Deploy the app locally and run a Lambda test invocation:
Expand Down
4 changes: 2 additions & 2 deletions serverless-websockets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions terraform-resources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ make install

## Starting LocalStack

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=serverless,sns,sqs,elasticache,es,rds localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

## Running
Expand Down
4 changes: 2 additions & 2 deletions transfer-ftp-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ make install

## Running

Make sure that LocalStack is started with the following `SERVICES` configuration:
Make sure that LocalStack is started:
```
LOCALSTACK_API_KEY=... DEBUG=1 SERVICES=s3,transfer localstack start
LOCALSTACK_API_KEY=... DEBUG=1 localstack start
```

The following command runs the test application locally, creates an FTP server via AWS Transfer API locally, uploads two files via FTP, and downloads the files from the target S3 bucket:
Expand Down

0 comments on commit 78098d0

Please sign in to comment.