<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Missing Required Serverless JSON Properties in CRM Development Tools Beta</title>
    <link>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/730160#M53</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/401263"&gt;@LeeBartelme&lt;/a&gt;&amp;nbsp;thank you for including the solution as well.&amp;nbsp; I ran into the same issue while creating an endpoint using the new HS dev tools&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2022 11:24:34 GMT</pubDate>
    <dc:creator>CosminM</dc:creator>
    <dc:date>2022-12-13T11:24:34Z</dc:date>
    <item>
      <title>Missing Required Serverless JSON Properties</title>
      <link>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/718819#M33</link>
      <description>&lt;P&gt;The docuemntation displays this code for an example serverless.json file:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// A serverless.json file configured
// for an API endpoint function

{
  "runtime": "nodejs12.x",
  "version": "1.0",
  "endpoints": {
    "path/to/endpoint": {
      "file": "githubUserFunction.js"
    }
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;That exact code fails to build unless you add a appFunctions property. It can be an empty object, but it must exist.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// A serverless.json file configured
// for an API endpoint function

{
  "runtime": "nodejs12.x",
  "version": "1.0",
  "endpoints": {
    "path/to/endpoint": {
      "file": "githubUserFunction.js"
    }
  },
  "appFunctions": {}
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:17:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/718819#M33</guid>
      <dc:creator>LeeBartelme</dc:creator>
      <dc:date>2022-11-15T18:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Required Serverless JSON Properties</title>
      <link>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/721855#M42</link>
      <description>&lt;P&gt;Thanks, Lee, this is an interesting observation. We will discuss this internally and get back on it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I notice that you have tried to use the endpoint function. Would you tell me what use case you use it for?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 22:20:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/721855#M42</guid>
      <dc:creator>sejal_parikh</dc:creator>
      <dc:date>2022-11-22T22:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Required Serverless JSON Properties</title>
      <link>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/723590#M43</link>
      <description>&lt;P&gt;Just trying to make a &lt;A href="https://developers.hubspot.com/docs/cms/data/serverless-functions" target="_blank" rel="noopener"&gt;serverless function&lt;/A&gt; but using the new tools vs the old tools.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Nov 2022 13:55:26 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/723590#M43</guid>
      <dc:creator>LeeBartelme</dc:creator>
      <dc:date>2022-11-28T13:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Required Serverless JSON Properties</title>
      <link>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/730160#M53</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/401263"&gt;@LeeBartelme&lt;/a&gt;&amp;nbsp;thank you for including the solution as well.&amp;nbsp; I ran into the same issue while creating an endpoint using the new HS dev tools&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 11:24:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CRM-Development-Tools-Beta/Missing-Required-Serverless-JSON-Properties/m-p/730160#M53</guid>
      <dc:creator>CosminM</dc:creator>
      <dc:date>2022-12-13T11:24:34Z</dc:date>
    </item>
  </channel>
</rss>

