Skip to content

Commit db49913

Browse files
authored
removed AWS codecommit (#623)
Removing codecommit and replacing by S3
1 parent 193f650 commit db49913

15 files changed

+269
-303
lines changed

aws/cloudformation-templates/base/_template.yaml

+2-12
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Parameters:
2323
Description: Retail Demo Store source deployment type
2424
AllowedValues:
2525
- "GitHub"
26-
- "CodeCommit"
27-
Default: "CodeCommit"
26+
- "S3"
27+
Default: "S3"
2828

2929
CreateOpenSearchServiceLinkedRole:
3030
Type: String
@@ -249,16 +249,6 @@ Resources:
249249
PinpointSMSLongCode: !Ref PinpointSMSLongCode
250250
GoogleAnalyticsMeasurementId: !Ref GoogleAnalyticsMeasurementId
251251

252-
# CodeCommit Repository
253-
CodeCommitRepository:
254-
Type: AWS::CloudFormation::Stack
255-
Properties:
256-
TemplateURL: !Sub https://s3.amazonaws.com/${ResourceBucket}/${ResourceBucketRelativePath}cloudformation-templates/base/codecommit.yaml
257-
Parameters:
258-
ResourceBucket: !Ref ResourceBucket
259-
ResourceBucketRelativePath: !Ref ResourceBucketRelativePath
260-
SourceDeploymentType: !Ref SourceDeploymentType
261-
262252
# Pinpoint Resources
263253
Pinpoint:
264254
Type: AWS::CloudFormation::Stack

aws/cloudformation-templates/base/codecommit.yaml

-55
This file was deleted.

aws/cloudformation-templates/codepipeline-config-codecommit.yaml

-3
This file was deleted.

aws/cloudformation-templates/event-engine/base-workshop.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
ResourceBucket: !Ref ResourceBucket
4343
ResourceBucketRelativePath: !Ref ResourceBucketRelativePath
4444
CreateOpenSearchServiceLinkedRole: "No" # DO NOT CHANGE - should be managed by EE module in the "IAM Service Linked Roles" field
45-
SourceDeploymentType: "CodeCommit" # DO NOT CHANGE
45+
SourceDeploymentType: "S3" # DO NOT CHANGE
4646
GitHubRepo: "retail-demo-store" # N/A SO DO NOT CHANGE
4747
GitHubBranch: "master" # N/A SO DO NOT CHANGE
4848
GitHubToken: "dummy" # N/A SO DO NOT CHANGE

aws/cloudformation-templates/event-engine/mparticle-workshop.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
ResourceBucket: !Ref ResourceBucket
4343
ResourceBucketRelativePath: !Ref ResourceBucketRelativePath
4444
CreateElasticsearchServiceLinkedRole: "No" # DO NOT CHANGE - should be managed by EE module in the "IAM Service Linked Roles" field
45-
SourceDeploymentType: "CodeCommit" # DO NOT CHANGE
45+
SourceDeploymentType: "S3" # DO NOT CHANGE
4646
GitHubRepo: "retail-demo-store" # N/A SO DO NOT CHANGE
4747
GitHubBranch: "master" # N/A SO DO NOT CHANGE
4848
GitHubToken: "dummy" # N/A SO DO NOT CHANGE

aws/cloudformation-templates/event-engine/segment-workshop.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Resources:
4242
ResourceBucket: !Ref ResourceBucket
4343
ResourceBucketRelativePath: !Ref ResourceBucketRelativePath
4444
CreateElasticsearchServiceLinkedRole: "No" # DO NOT CHANGE - should be managed by EE module in the "IAM Service Linked Roles" field
45-
SourceDeploymentType: "CodeCommit" # DO NOT CHANGE
45+
SourceDeploymentType: "S3" # DO NOT CHANGE
4646
GitHubRepo: "retail-demo-store" # N/A SO DO NOT CHANGE
4747
GitHubBranch: "master" # N/A SO DO NOT CHANGE
4848
GitHubToken: "dummy" # N/A SO DO NOT CHANGE

0 commit comments

Comments
 (0)