An open API service indexing awesome lists of open source software.

https://github.com/architect/plugin-rest-api

Legacy API Gateway REST API plugin for @architect projects
https://github.com/architect/plugin-rest-api

Last synced: about 1 year ago
JSON representation

Legacy API Gateway REST API plugin for @architect projects

Awesome Lists containing this project

README

          

[](https://www.npmjs.com/package/@architect/plugin-rest-api)

## [`@architect/plugin-rest-api`](https://www.npmjs.com/package/@architect/plugin-rest-api)

> Architect plugin for deploying legacy API Gateway REST APIs

[![GitHub CI status](https://github.com/architect/plugin-rest-api/workflows/Node%20CI/badge.svg)](https://github.com/architect/plugin-rest-api/actions?query=workflow%3A%22Node+CI%22)

## Installation

```sh
npm i @architect/plugin-rest-api
```

Then make sure your project manifest (usually `app.arc`) has the following two pragmas with (at least) these two settings:

```arc
@aws
apigateway rest

@plugins
architect/plugin-rest-api
```