<?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[how do we install node packages? + how to save app credentials in the env section]]></title><description><![CDATA[<p dir="auto">Hey there guys <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /> would be great if you guys could let me know how to install node packages. I have tried looking through a few AWS Lambda tutorials but it's not exactly the same?</p>
<p dir="auto">When I search I can find the packages I wantI see them on the list and click on them and save, but after that cannot see them in the list of downloaded packages.</p>
<p dir="auto">Also I tried storing app id + api key in the .env section and it wouldn't save. I hit the + sign and entered the app id hit the + sign a second time and entered my api key and saved, but it just wouldn't save. Might you guys have a tutorial tucked away somewhere? <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
<p dir="auto">thanks in advance<br />
Linda</p>
]]></description><link>https://community.appdrag.com/topic/612/how-do-we-install-node-packages-how-to-save-app-credentials-in-the-env-section</link><generator>RSS for Node</generator><lastBuildDate>Tue, 15 Sep 2026 11:30:39 GMT</lastBuildDate><atom:link href="https://community.appdrag.com/topic/612.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 26 Dec 2020 20:04:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how do we install node packages? + how to save app credentials in the env section on Wed, 30 Dec 2020 07:13:23 GMT]]></title><description><![CDATA[<p dir="auto">Hey, yes you can call it whatever you want as they are just variable names.<br />
You just have to use the same name when using process.env.yourVariable. Your code will use the computed value of it so the name has no impact. (unless a library specifically use inside its code process.env.whateverVariable)</p>
]]></description><link>https://community.appdrag.com/post/2445</link><guid isPermaLink="true">https://community.appdrag.com/post/2445</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Wed, 30 Dec 2020 07:13:23 GMT</pubDate></item><item><title><![CDATA[Reply to how do we install node packages? + how to save app credentials in the env section on Tue, 29 Dec 2020 10:42:19 GMT]]></title><description><![CDATA[<p dir="auto">AHH silly me!!!!!!!!!!I cannot enter just APPID and APIKEY  again, I need to call it something other than that right? like algoliasearchid...I can just call it whatever? just not appid and apikey? thanks a mil <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a>  <img src="https://community.appdrag.com/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=lfk1vimvd74" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" title=":)" alt="🙂" /></p>
]]></description><link>https://community.appdrag.com/post/2429</link><guid isPermaLink="true">https://community.appdrag.com/post/2429</guid><dc:creator><![CDATA[Linda MacDonald]]></dc:creator><pubDate>Tue, 29 Dec 2020 10:42:19 GMT</pubDate></item><item><title><![CDATA[Reply to how do we install node packages? + how to save app credentials in the env section on Tue, 29 Dec 2020 07:19:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/289">@Linda-MacDonald</a> said in <a href="/post/2422">how do we install node packages? + how to save app credentials in the env section</a>:</p>
<blockquote>
<p dir="auto">Hey there <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I was trying out the algolia search package, I just used the search bar and found it but do not see a way to enter my own credentials for it? seems like the env section is already preconfigured?</p>
</blockquote>
<p dir="auto">You can add environment variables on your function here :<br />
<img src="/assets/uploads/files/1609226050232-3b785985-c1a4-441b-b3f8-a1dbfb7b9d4b-image.png" alt="3b785985-c1a4-441b-b3f8-a1dbfb7b9d4b-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Then add the desired variables :</p>
<p dir="auto"><img src="/assets/uploads/files/1609226117767-7a92e96e-b2fc-435c-bc02-92551e281aed-image.png" alt="7a92e96e-b2fc-435c-bc02-92551e281aed-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">Once saved, you can use them in your code :</p>
<p dir="auto"><img src="/assets/uploads/files/1609226334767-16cb5289-4602-4f4a-9c68-e79cdc6332f3-image.png" alt="16cb5289-4602-4f4a-9c68-e79cdc6332f3-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1609226348094-05b4e7a6-aaf9-43d3-aad7-675c70c3dc0f-image.png" alt="05b4e7a6-aaf9-43d3-aad7-675c70c3dc0f-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/2423</link><guid isPermaLink="true">https://community.appdrag.com/post/2423</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Tue, 29 Dec 2020 07:19:26 GMT</pubDate></item><item><title><![CDATA[Reply to how do we install node packages? + how to save app credentials in the env section on Mon, 28 Dec 2020 18:30:51 GMT]]></title><description><![CDATA[<p dir="auto">Hey there <a class="plugin-mentions-user plugin-mentions-a" href="https://community.appdrag.com/uid/2">@Wassim</a> I was trying out the algolia search package, I just used the search bar and found it but do not see a way to enter my own credentials for it? seems like the env section is already preconfigured?</p>
]]></description><link>https://community.appdrag.com/post/2422</link><guid isPermaLink="true">https://community.appdrag.com/post/2422</guid><dc:creator><![CDATA[Linda MacDonald]]></dc:creator><pubDate>Mon, 28 Dec 2020 18:30:51 GMT</pubDate></item><item><title><![CDATA[Reply to how do we install node packages? + how to save app credentials in the env section on Mon, 28 Dec 2020 07:45:52 GMT]]></title><description><![CDATA[<p dir="auto">Hi Linda,<br />
Can you tell us more about what package you tried to install and where ?<br />
You have two ways to do it :</p>
<p dir="auto">1 - Through the library manager by using either the Search or installing with the package name</p>
<p dir="auto"><img src="/assets/uploads/files/1609141474728-a74a02f0-172d-44af-bc3a-857a3034c063-image.png" alt="a74a02f0-172d-44af-bc3a-857a3034c063-image.png" class="img-responsive img-markdown" /></p>
<p dir="auto">2 - Build a lambda locally charged with the desired libraries/resources and upload the working Zip file</p>
<p dir="auto"><img src="/assets/uploads/files/1609141528729-cf4da36b-f478-40f3-a2c0-3c258c5b66b4-image.png" alt="cf4da36b-f478-40f3-a2c0-3c258c5b66b4-image.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://community.appdrag.com/post/2419</link><guid isPermaLink="true">https://community.appdrag.com/post/2419</guid><dc:creator><![CDATA[Wassim]]></dc:creator><pubDate>Mon, 28 Dec 2020 07:45:52 GMT</pubDate></item></channel></rss>