Skip to content

Commit 34496b2

Browse files
committed
Save cloud formation template in release
1 parent 7a2716c commit 34496b2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DistTasks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ tasks:
4545
zip {{.PACKAGE_NAME}} bootstrap LICENSE
4646
rm bootstrap LICENSE
4747
sha256sum {{.PACKAGE_NAME}} >> {{.CHECKSUM_FILE}}
48+
cp ../deployment/cloud-formation-template/deployment.yaml {{.PROJECT_NAME}}-cloud-formation-template.yaml
4849
4950
vars:
5051
PLATFORM_DIR: "{{.PROJECT_NAME}}_linux_amd64"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Before stack creation, two S3 buckets have to be created:
4747
bucket must be in the same region where stack will be created.
4848

4949
Follow these steps to deploy a new stack:
50-
* download [lambda code binaries](https://github.com/arduino/aws-s3-integration/releases) and [Cloud Formation Template](deployment/cloud-formation-template/deployment.yaml)
50+
* download [lambda code binaries .zip archive](https://github.com/arduino/aws-s3-integration/releases) and [Cloud Formation Template .yaml file](https://github.com/arduino/aws-s3-integration/releases)
5151
* upload CFT and binary zip file on an S3 bucket accessible by the AWS account. For the CFT yaml file, copy the Object URL (it will be required in next step).
5252

5353
![object URL](docs/objecturl.png)

0 commit comments

Comments
 (0)