diff --git a/cmd/conformance/README.md b/cmd/conformance/README.md index ecc15d04..09fd63e7 100644 --- a/cmd/conformance/README.md +++ b/cmd/conformance/README.md @@ -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. @@ -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):