Skip to content

Commit b94a68e

Browse files
committed
add parameters.json example ofr testing.
1 parent 07e9048 commit b94a68e

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ python/
134134

135135
# SAM
136136
.aws-sam
137-
testing/*parameters.json
137+
testing/*parameters-*.json
138138
testing/*requirements*.txt
139-
building/*parameters.json
140139
building/*requirements*.txt

testing/parameters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"Bucket": "BUCKET_NAME",
3+
"VpcId": "VPC_ID",
4+
"SubnetId": "SUBNET_ID",
5+
"Password": "REDSHIFT_PASSWORD"
6+
}

0 commit comments

Comments
 (0)