# cms-webpack-serverless-boilerplate **Repository Path**: mirrors_HubSpot/cms-webpack-serverless-boilerplate ## Basic Information - **Project Name**: cms-webpack-serverless-boilerplate - **Description**: Boilerplate for bundling serverless functions with webpack locally, prior to uploading to the CMS. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NOTE: There is a new beta which supports dependency management via a package.json file. See https://docs.google.com/document/d/e/2PACX-1vRGX60V2wQ2Co9X1NO73hkLObcQdNWp2i49XE-pY_DRS6UjZnv4UuODz4nsI_g1gUIXFC1MhN4AFsnZ/pub for more information ## CMS webpack-bundled serverless functions boilerplate [beta] Simple boilerplate for using webpack to bundle serverless function with third-party deps ### Installation 1. `git clone` this repo 2. `yarn install` 3. If you're not yet set up with the [CMS CLI](https://designers.hubspot.com/tutorials/getting-started#quick_start) and have a specified `defaultPortal`, use `yarn hs init` to generate a CMS Personal Access Key. 4. `yarn build` to build with webpack into `/dist` 5. `yarn deploy` to build and deploy to `defaultPortal` 6. `yarn start` to build, deploy, and watch/auto-upload to `defaultPortal`] ### Additional setup for `/top-landing-pages` endpoint 1. Via Settings > Integrations > API Key, copy your API key. 2. Use `hs secrets add APIKEY < your api key here>` to give access to this key in your serverless functions via `process.env`. [Read more about this feature here](https://designers.hubspot.com/docs/developer-reference/local-development-cms-cli#serverless-commands).