Skip to content

Commit

Permalink
FPO-143: Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Apr 10, 2024
1 parent 4633110 commit c400219
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# OTT Developer Docs

👉 https://docs.trade-tariff.service.gov.uk/ - production
👉 https://docs.staging.trade-tariff.service.gov.uk/ - staging
👉 https://docs.dev.trade-tariff.service.gov.uk/ - development
You can find the developer docs deployed, here:

- [production]
- [staging]
- [development]

This is a static site generated with Middleman, using [alphagov/tech-docs-template](https://github.com/alphagov/tech-docs-template).

Expand Down Expand Up @@ -79,6 +81,7 @@ This will create a `build` directory containing a set of HTML files.

[MIT License](LICENCE)

[development]: /.github/workflows/development.yml
[staging]: /.github/workflows/staging.yml
[production]: /.github/workflows/production.yml

[development]: https://docs.dev.trade-tariff.service.gov.uk/
[staging]: https://docs.staging.trade-tariff.service.gov.uk/
[production]: https://docs.trade-tariff.service.gov.uk/
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ The procedure for restoring a DynamoDB table using PITR is as follows:
2. Select the Backups tab
3. Click Restore
4. Choose a name for your table (for example `CustomerApiKeys-restored`)
5. Pick eith the latest snapshot or specify a date and time where the data was last in a good state
6. Decide whether you need secondary indexes restored (pick `Restore the entire table`)
5. Pick either the latest snapshot or specify a date and time where the data was last in a good state
6. Decide whether you need secondary indexes restored (pick `Restore the entire table`). This is more expensive but may be necessary if you have a lot of indexed data that is crucial for your application's performance
7. Choose `Same Region` for the region
8. Choose `Owned by Amazon DynamoDB` for the encryption keys
9. Select Restore at the bottom of the form
Expand Down

0 comments on commit c400219

Please sign in to comment.