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
- Host: GitHub
- URL: https://github.com/architect/plugin-rest-api
- Owner: architect
- Created: 2022-02-08T02:50:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-08T03:35:11.000Z (over 4 years ago)
- Last Synced: 2025-04-21T16:52:47.693Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: .github/contributing.md
- Code of conduct: .github/code_of_conduct.md
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
[](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
```