Skip to content

Commit 473ab93

Browse files
committed
Updated the Readme with instructions about how to deploy the sample Cloudformation template.
1 parent 11a0d37 commit 473ab93

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ The layer requires two environment variables to be set:
2424

2525
#### Example
2626

27-
A sample Cloudformation template is available under the `etc` directory.
27+
A sample Cloudformation template is available under the `etc` directory
28+
and can be deployed using the following command:
29+
30+
```
31+
aws cloudformation deploy --template-file etc/template.json \
32+
--stack-name="example-rollcage-production" \
33+
--parameter-overrides SentryDsn="https://a0ae9168ae01c272f11c328b55aaaaa3@o4506874198111111.ingest.us.sentry.io/4507145788391424" \
34+
--capabilities CAPABILITY_NAMED_IAM
35+
```
2836

2937
When deployed, this template creates a simple NodeJS-based Lambda function
3038
with a function URL. When invoked, the function simply crashes since

0 commit comments

Comments
 (0)