Skip to content

Commit 6c704ba

Browse files
committed
chore: update diagram links
1 parent 08e400e commit 6c704ba

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

unicorn_contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developing Unicorn Contracts
22

3-
![Contracts Service Architecture](https://static.us-east-1.prod.workshops.aws/public/58b97c0e-7fa7-44db-8eb4-618dad70a20c/static/images/architecture-contracts.png)
3+
![Contracts Service Architecture](https://static.us-east-1.prod.workshops.aws/public/f273b5fc-17cd-406b-9e63-1d331b00589d/static/images/architecture-contracts.png)
44

55
## Architecture overview
66

unicorn_contracts/template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Mappings:
4040

4141
Conditions:
4242
IsProd: !Equals [!Ref Stage, prod]
43-
IsProd: !Equals [!Ref Stage, prod]
4443

4544
Globals:
4645
Api:

unicorn_properties/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developing Unicorn Properties
22

3-
![Properties Approval Architecture](https://static.us-east-1.prod.workshops.aws/public/58b97c0e-7fa7-44db-8eb4-618dad70a20c/static/images/architecture-properties.png)
3+
![Properties Approval Architecture](https://static.us-east-1.prod.workshops.aws/public/f273b5fc-17cd-406b-9e63-1d331b00589d/static/images/architecture-properties.png)
44

55
## Architecture overview
66

unicorn_properties/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Conditions:
3434

3535
Globals:
3636
Function:
37-
Runtime: python3.13
37+
Runtime: python3.12
3838
MemorySize: 128
3939
Timeout: 15
4040
Tracing: Active

unicorn_web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Developing Unicorn Web
22

3-
![Properties Web Architecture](https://static.us-east-1.prod.workshops.aws/public/58b97c0e-7fa7-44db-8eb4-618dad70a20c/static/images/architecture-properties-web.png)
3+
![Properties Web Architecture](https://static.us-east-1.prod.workshops.aws/public/f273b5fc-17cd-406b-9e63-1d331b00589d/static/images/architecture-properties-web.png)
44

55
## Architecture Overview
66

0 commit comments

Comments
 (0)