You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://operations-engineering-reports.cloud-platform.service.justice.gov.uk/public-report/opg-data-lpa'Link to report')
4
10
5
11
## Purpose
6
12
@@ -20,11 +26,11 @@ LPA related functions.
20
26
21
27
- Terraform (for infrastructure)
22
28
- Python (for lambda code)
23
-
-OpenApi spec (for building the REST API against API Gateway)
29
+
-OpenAPI spec (for building the REST API against API Gateway)
24
30
25
31
## Running the API locally
26
32
27
-
- Run full setup script from the make file:
33
+
- Run full setup script from the Makefile:
28
34
29
35
```
30
36
make setup
@@ -50,11 +56,9 @@ That should be all you need to set it up locally.
50
56
51
57
When working on a ticket you should name your branch as the jira identifier of the ticket you are working on.
52
58
53
-
When you push your changes to your branch and create a PR then the CircleCi workflow will run and create a branch
54
-
based environment in aws. This includes an api gateway instance, the lambda function and all the relevant DNS to access
55
-
the environment.
59
+
When you push your changes to your branch and create a PR then Github Actions workflow will run and create a branch-based environment in AWS. This includes an API Gateway instance, the Lambda function and all the relevant DNS to access the environment.
56
60
57
-
You can test against the endpoints by assuming a sirius dev role and hitting the following endpoint (replacing branch_name and api_path:
61
+
You can test against the endpoints by assuming a Sirius dev role and hitting the following endpoint (replacing branch_name and api_path):
0 commit comments