Skip to content

Commit 34d6f36

Browse files
fix: Rename references to repo in CFN (#226)
1 parent 1889e31 commit 34d6f36

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cfn/CB-Staging.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Parameters:
1616
SourceLocation:
1717
Type: String
1818
Description: The https GitHub URL for the project
19-
Default: "https://github.com/awslabs/aws-database-encryption-sdk-dynamodb-java.git"
19+
Default: "https://github.com/aws/aws-database-encryption-sdk-dynamodb-java.git"
2020
NumberOfBuildsInBatch:
2121
Type: Number
2222
MaxValue: 100

cfn/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Parameters:
2525
GitHubRepo:
2626
Type: String
2727
Description: GitHub Repo that invokes CI
28-
Default: awslabs/aws-database-encryption-sdk-dynamodb-java
28+
Default: aws/aws-database-encryption-sdk-dynamodb-java
2929

3030
Resources:
3131
TestTable:
@@ -209,7 +209,7 @@ Resources:
209209
TableName: !Ref KeystoreTableName
210210

211211
# This policy SHOULD be given to:
212-
# - awslabs/aws-database-encryption-sdk-dynamodb-java
212+
# - aws/aws-database-encryption-sdk-dynamodb-java
213213
# - ToolsDevelopment
214214
DDBUsage:
215215
Type: "AWS::IAM::ManagedPolicy"

cfn/code_build_parameter_map.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"NumberOfBuildsInBatch": 50,
33
"ProjectDescription": "CD for Java DBESDK DDB",
44
"ProjectName": "AWS-DBESDK-DDB-Java",
5-
"SourceLocation": "https://github.com/awslabs/aws-database-encryption-sdk-dynamodb-java.git"
5+
"SourceLocation": "https://github.com/aws/aws-database-encryption-sdk-dynamodb-java.git"
66
}
77

0 commit comments

Comments
 (0)