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
- Deploy the distributable to the Amazon S3 bucket in your account. Make sure you are uploading the files in `deployment/global-s3-assets` and `deployment/regional-s3-assets` to `$BUCKET_NAME/$SOLUTION_NAME/$VERSION`.
90
-
- Get the link of the solution template uploaded to your Amazon S3 bucket.
91
-
- Deploy the solution to your account by launching a new AWS CloudFormation stack using the link of the solution template in Amazon S3.
78
+
_Note:_
79
+
-**MY_BUCKET**: name of an existing bucket in your account
80
+
-**PROFILE_NAME**: name of an AWS CLI profile that has appropriate credentials for deploying in your preferred region
92
81
93
82
# Collection of operational metrics
94
83
@@ -116,6 +105,5 @@ This solution collects anonymous operational metrics to help AWS improve the qua
116
105
117
106
# License
118
107
119
-
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
120
-
121
-
SPDX-License-Identifier: Apache-2.0
108
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
`cdk-solution-helper` runs on solution internal pipeline and makes needed artifact modifications to support 1-click deployment using solution CloudFormation template.
6
+
Additionally, it packages templates and lambda binaries and prepares them to be staged on the solution buckets.
0 commit comments