Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 0aba138

Browse files
committed
edits part 2 010521
1 parent 2598a75 commit 0aba138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/partner_editable/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ As shown in <<architecture_diagram>>, this Quick Start sets up a serverless AWS
1212

1313
* Amazon API Gateway to receive Git webhook requests and forward them to AWS Lambda.
1414
* An AWS Lambda function to process Git webhook requests from API Gateway and invoke an AWS CodeBuild project.
15-
* A AWS CodeBuild project to connect to your Git service, then retrieve, zip, and upload the latest version of your Git repository to Amazon S3.
15+
* An AWS CodeBuild project to connect to your Git service, then retrieve, zip, and upload the latest version of your Git repository to Amazon S3.
1616
* An AWS Key Management Service (AWS KMS) key to encrypt/decrypt the SSH (Secure Shell) keys used by AWS CodeBuild to connect to your Git repository using SSH. The SSH key pair is generated by a Lambda-backed AWS CloudFormation custom resource when the stack is deployed.
1717
* Two Amazon S3 buckets: one for Git repository contents, and another for encrypted SSH keys. A Lambda-backed AWS CloudFormation custom resource deletes the contents of the S3 buckets when you delete the CloudFormation stack. If you need backups, ensure that you copy the S3 buckets before deleting the stack.
1818

0 commit comments

Comments
 (0)