We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a0d37 commit 473ab93Copy full SHA for 473ab93
1 file changed
README.md
@@ -24,7 +24,15 @@ The layer requires two environment variables to be set:
24
25
#### Example
26
27
-A sample Cloudformation template is available under the `etc` directory.
+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
36
37
When deployed, this template creates a simple NodeJS-based Lambda function
38
with a function URL. When invoked, the function simply crashes since
0 commit comments