# <%= pjson.name %>

<%= pjson.description %>

## Integration details

### Auctane documentation page
[link to auctane documentation page]()

### Post-dev documentation details
[link to postdev]()

### Carrier specification details
[link to carrier specification]()

## Troubleshooting

### Healthcheck carrier endpoint

### SUMO query

_sourceCategory="kubernetes/shipping/<%= pjson.name %>/prod/<%= pjson.name %>/prod/deploy"

### Changes history

See [change log](CHANGELOG.md) for more information

## Developing

### Install dependencies

```bash
npm install
```

<% if (ts) { -%>
### Build

```bash
npm run build
```
<% } -%>

### Run

```bash
npm start
```

You can now interact with your functions by making HTTP requests to `http://localhost:3005/FunctionName`.
