File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments