https://github.com/flatypus/claudiajs-bug-test
https://github.com/flatypus/claudiajs-bug-test
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flatypus/claudiajs-bug-test
- Owner: flatypus
- License: mit
- Created: 2023-02-09T07:32:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T10:20:27.000Z (over 3 years ago)
- Last Synced: 2025-03-02T08:17:08.909Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```