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
+23
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,29 @@ If you are running the Docker image behind an ALB with an idle timeout, you may
213
213
214
214
You will also want to make use of the [Heartbeat URL](#heartbeat-url)
215
215
216
+
## Running on AWS serverless
217
+
218
+
### Gitlab AWS CDK
219
+
220
+
The following implementation is community provided & supported by [@learnautomatedtesting](https://github.com/learnautomatedtesting)
221
+
222
+
Leverage GitLab & AWK CDK to publish and deploy a serverless framework of the Pact Broker and postgres database
223
+
224
+
**Pre-Requisites**
225
+
226
+
* AWS account with proper access
227
+
* AWS CLI and AWS CDK installed
228
+
* Docker installed for local container image management
229
+
* Basic understanding of Docker, AWS ECS, and networking
230
+
231
+
**Solution**
232
+
233
+
* Amazon ECS with an ALB: Hosts both the Pact Broker and PostgreSQL in containers, with one click on your AWS environment (public ALB for demo purposes)
If you are running your Docker container in a managed environment, you may not be able to control the names of the environment variables that are set by that software.
0 commit comments