Skip to content

Commit

Permalink
Update Deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenbensley authored Sep 17, 2024
1 parent 0286330 commit c399d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AWS/Deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
1. Ensure Free Tier alerts are enabled.
2. Create zero-spend and monthly cost budgets.
3. Create the table in DynamoDB:
- Run [Ur Solver](../Solver) to generate urSolution.data.
- Run [Ur Solver](../UrSolver) to generate urSolution.data.
- Run [DynamoDBGen](../DynamoDBGen) to convert the solution to a series of DynamoDB JSON files.
- Compress the JSON files with [zstd](https://github.com/facebook/zstd).
- Choose an appropriate region.
Expand Down Expand Up @@ -30,5 +30,5 @@
- Set Rate, Burst, and Quota appropriately.
- Associate the API key created above.
- Associate the stage used to deploy the API.
8. Update [AWSConfig.swift](../UrCore/AWSConfig.swift.txt) with the API parameters.
9. Run [CloudDBClientTests](../UrCoreTests/CloudDBClientTests.swift) to validate the deployment.
8. Update [AWSConfig.swift](../Core/AWSConfig.swift.txt) with the API parameters.
9. Run [CloudDBClientTests](../CoreTests/CloudDBClientTests.swift) to validate the deployment.

0 comments on commit c399d72

Please sign in to comment.