Skip to content

Commit

Permalink
Merge pull request #4229 from systeminit/jkeiser/localstack-doc
Browse files Browse the repository at this point in the history
Point localstack credentials docs at localhost
  • Loading branch information
jkeiser authored Jul 24, 2024
2 parents 54e9167 + 4c9b900 commit 6de5cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ To use LocalStack with "AWS Credential", do the following:

1. Create a `Component` using the `SchemaVariant`.
1. Create a `Secret` and use it in the property editor.
1. Populate `http://0.0.0.0:4566` in the "Endpoint" field for the `Secret`.
1. Populate `http://localhost:4566` in the "Endpoint" field for the `Secret`.

Now, you can use LocalStack in your development setup.

Expand Down

0 comments on commit 6de5cfe

Please sign in to comment.