Skip to content

Commit

Permalink
Add LocalStack info
Browse files Browse the repository at this point in the history
  • Loading branch information
iann0036 committed Oct 7, 2023
1 parent 0c8a797 commit 5159a6c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ The following outputs are currently supported:

A command-line version of Former2 with limited functionality is available for installation. For more information, see the [CLI instructions](cli/README.md).

### LocalStack Support

To enable support for use against [LocalStack](https://docs.localstack.cloud/references/network-troubleshooting/endpoint-url/) endpoints, enable the setting in the Settings page, ensure you are using the Former2 Helper extension/add-on, and add the following [configuration](https://docs.localstack.cloud/references/configuration/) to LocalStack:

_For Google Chrome:_
```
EXTRA_CORS_ALLOWED_ORIGINS=chrome-extension://fhejmeojlbhfhjndnkkleooeejklmigi
```

_For Mozilla Firefox:_
```
EXTRA_CORS_ALLOWED_ORIGINS=moz-extension://853c673f-1bd8-4226-a5ff-f1473f7b3d90
```

_For Microsoft Edge:_
```
EXTRA_CORS_ALLOWED_ORIGINS=chrome-extension://okkjnfohglnomdbpimkcdkiojbeiedof
```

## Security

Former2 does not create any resources within your AWS account.
Expand Down

0 comments on commit 5159a6c

Please sign in to comment.