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

https://github.com/flatypus/claudiajs-bug-test


https://github.com/flatypus/claudiajs-bug-test

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

Test repository for https://github.com/claudiajs/claudia/issues/242

Clone and put AWS id and secret in .aws/credentials, and npm i.
Compile the typescript with `npm run build`; js should be in dist/.
Then run:

```
claudia generate-serverless-express-proxy --express-module dist/_server


claudia create --handler lambda.handler --deploy-proxy-api --region us-west-2
```