<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Jsreport .net configuration with aws lambda]]></title><description><![CDATA[<p>Hello everyone,</p>
<p>I have an AWS Lambda function and a service consuming the Jsreport local and Jsreport binary packages. The Lambda is running on .NET 8, and when I deploy everything, I receive the following error:</p>
<p>&quot;Read-only file system: '/var/task/var'&quot;</p>
<p>This error occurs when I deploy my AWS Lambda. If anyone knows of any specific configuration that should be applied in the Dockerfile, or if anyone has any suggestions on resolving this error, I would appreciate your help. Thank you in advance.</p>
]]></description><link>https://forum.jsreport.net/topic/3406/jsreport-net-configuration-with-aws-lambda</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 22:49:55 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3406.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Feb 2025 13:36:46 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Jsreport .net configuration with aws lambda on Invalid Date]]></title><description><![CDATA[<p>Hello everyone,</p>
<p>I have an AWS Lambda function and a service consuming the Jsreport local and Jsreport binary packages. The Lambda is running on .NET 8, and when I deploy everything, I receive the following error:</p>
<p>&quot;Read-only file system: '/var/task/var'&quot;</p>
<p>This error occurs when I deploy my AWS Lambda. If anyone knows of any specific configuration that should be applied in the Dockerfile, or if anyone has any suggestions on resolving this error, I would appreciate your help. Thank you in advance.</p>
]]></description><link>https://forum.jsreport.net/post/14393</link><guid isPermaLink="true">https://forum.jsreport.net/post/14393</guid><dc:creator><![CDATA[Tina Doncheva]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Jsreport .net configuration with aws lambda on Invalid Date]]></title><description><![CDATA[<p>Are you sure this is caused by the jsreport packages? I'm not aware there would be writes to the <code>/var/task/var</code> from jsreport or chrome.</p>
<p>Anyway, try to set the jsreport temp directory explicitely to <code>/tmp/something</code>.</p>
<pre><code>new LocalReporting().TempDirectory(&quot;/tmp/something&quot;)
</code></pre>
]]></description><link>https://forum.jsreport.net/post/14398</link><guid isPermaLink="true">https://forum.jsreport.net/post/14398</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>