> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# airswap/serverless

Install and deploy a serverless website, including a custom domain


## Commands

### install

Install serverless framework


### deploy

Deploy the serverless website, including a flag for a custom domain
setup before deployment


| Parameter | Type | Default | Description |
|---|---|---|---|
| `env` | string | ${ENV} | The environment variable |
| `custom-domain` | string | true | A simple boolean flag to deploy a custom domain through serverless
before starting the deploy itself
 |