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

https://github.com/yeukfei02/architect-serverless

architect-serverless
https://github.com/yeukfei02/architect-serverless

architect aws-apigateway aws-lambda dynamodb serverless

Last synced: 9 months ago
JSON representation

architect-serverless

Awesome Lists containing this project

README

          

# architect-serverless

architect-serverless

api url (staging)

api url (production)

## Requirement

- install yarn
- install node (v12+)
- install architect

## Testing and run

```zsh
// test api in local
$ yarn run dev

// deploy to aws (staging)
$ yarn run deploy:staging

// deploy to aws (production)
$ yarn run deploy:production

// export sam.json
$ yarn run package

// set environment variables
$ yarn run env

// remove serverless services in aws
$ yarn run destroy
```