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
{{ message }}
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
-**aws-region-code**: AWS region code. Ex: ```us-east-1```, ```us-west-2``` ...
68
-
-**version-code**: version of the package
69
-
-**source-bucket-base-name**: Name for the S3 bucket location where the template will source the Lambda code from. The template will append ```-[aws-region-code]``` to this bucket name. For example: ```./build-s3-dist.sh solutions v2.0.0```, the template will then expect the source code to be located in the ```solutions-[aws-region-code]``` bucket.
69
+
-**aws-region-code**: AWS region code. e.g.: ```us-east-1```, ```us-west-2``` ...
70
+
-**your-solution-name**: Your customized solution name. e.g. `aws-data-lake-solution`
71
+
-**version-code**: Version of the package. e.g. `v1.0.0`
72
+
-**source-bucket-base-name**: Name for the S3 bucket location where the template will source the Lambda code from. The template will append ```-[aws-region-code]``` to this bucket name. For example: ```./build-s3-dist.sh solutions aws-data-lake-solution v2.0.0 solutions```, the template will then expect the source code to be located in the ```solutions-[aws-region-code]``` bucket.
73
+
-**cloudformation-template-bucket-name**: Name for the S3 bucket where the CloudFormation templates are going to be.
70
74
71
75
#### 04. Run the data lake solution unit tests:
72
76
```
@@ -78,12 +82,13 @@ chmod +x run-unit-tests.sh
78
82
#### 05. Build the data lake solution for deployment:
@@ -103,6 +108,6 @@ Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
103
108
104
109
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
105
110
106
-
http://www.apache.org/licenses/LICENSE-2.0
111
+
http://www.apache.org/licenses/LICENSE-2.0
107
112
108
113
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments