Skip to content

Commit

Permalink
Removing hardcoded ENV in favor of config
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed Nov 2, 2023
1 parent 96812e0 commit bd5eaab
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .tools/test/sqs_lambda_to_batch_fargate/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@ For example, if your language is Java, use:
```
export LANGUAGE_NAME=javav2
```

Also, save the AWS account ID of the AWS account that is currently emitting
events for this stack to process.
```
export PRODUCER_ACCOUNT_ID=12345678901
```

Lastly, save the name of the SNS topic that will be producing the previously mentioned events.
If created using [this Producer CDK code](../eventbridge_rule_with_sns_fanout/README.md), it will look something like this:
```
export FANOUT_TOPIC_NAME=ProducerStack-fanouttopic6EFF7954-pYvxBdNPbEWM
```
---

## AWS CDK setup and deployment
Expand Down

0 comments on commit bd5eaab

Please sign in to comment.