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
Copy file name to clipboardExpand all lines: README.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,12 +77,42 @@ services:
77
77
- 8080:8080
78
78
```
79
79
80
-
### AWS Example
80
+
### AWS CDK Example
81
81
82
82
You will be able to use the CDK template in the `cdk` directory to create a Load Balancer, a fargate container and a CodeArtifact repository (if you desire).
83
83
84
+
Modify the variables in app.py (or copy the `cdk/code_artifact_proxy.py` file to your codebase).
0 commit comments