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 authored and Laren-AWS committed Nov 2, 2023
1 parent d0341f7 commit 6a8745d
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 6a8745d

Please sign in to comment.