Skip to content

Commit

Permalink
fix AWS links (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
phbnf authored Dec 5, 2024
1 parent 7fe185e commit 3caa332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/conformance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Implementations are provided that use:
- [A local POSIX-compliant filesystem](./posix/)
- [MySQL](./mysql/)
- [GCP](./gcp/)
- [AWS](deployment/live/aws/codelab/)
- [AWS](./aws/)

Each of these personalities exposes an endpoint that accepts `POST` requests at a `/add` URL.
The contents of any request body will be appended to the log, and the decimal index assigned to this newly _sequenced_ entry will be returned.
Expand All @@ -21,7 +21,7 @@ First, you need to bring up personality (a server built with Tessera which manag
- [A local POSIX-compliant filesystem](./posix#bring-up-a-log)
- [MySQL](./mysql#bring-up-a-log)
- [GCP](./gcp)
- [AWS](./aws)
- [AWS](/deployment/live/aws/codelab#aws-codelab-deployment)

Choose one of the implementations above and deploy it.
In the shell you are going to run this codelab in, define the following environment variables (check the logging output from the implementation you deployed, as these may have been output):
Expand Down

0 comments on commit 3caa332

Please sign in to comment.