Skip to content

Commit 0ad6c4b

Browse files
committed
Make sure docs are up to date
1 parent ff2895c commit 0ad6c4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SERVERLESS.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,10 @@ Run `./hfc help` to learn more about additional commands that might be useful.
132132
isn't eligible for the AWS Free Tier. See the [Read/Write Capacity
133133
Mode][capacity mode] documentation for details.
134134
- The default configuration enables [AWS X-Ray][x-ray] tracing for the function
135-
and its requests to DynamoDB. X-Ray is free for up to 100,000 traces per month
136-
for every AWS account, and it's useful to see where each request is spending
137-
time. However, you can turn it off by passing `XRayTracingEnabled=false` to
138-
the deployment script.
135+
and its AWS SDK requests. Every AWS account can collect up to 100,000 traces
136+
per month for free, which is useful to see where requests are spending time.
137+
However, you can turn this off by passing `XRayTracingEnabled=false` to the
138+
deployment script.
139139
- My co-workers and I collectively make a little over 500 requests to the
140140
randomizer per month, and at that small of a volume it's essentially free to
141141
run on AWS even without the 12 month free tier. My _rough_ estimate is that

0 commit comments

Comments
 (0)