https://github.com/markhigham/function-url-proxy
simple http proxy that will call a nodejs module
https://github.com/markhigham/function-url-proxy
Last synced: 24 days ago
JSON representation
simple http proxy that will call a nodejs module
- Host: GitHub
- URL: https://github.com/markhigham/function-url-proxy
- Owner: markhigham
- Created: 2022-05-26T22:32:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T18:40:15.000Z (over 2 years ago)
- Last Synced: 2025-10-20T07:47:50.301Z (9 months ago)
- Language: JavaScript
- Size: 369 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# function-url-proxy
Write a lambda function url and test it locally.
## Usage
```
npm i -g function-url-proxy
function-url-proxy path/to/your/index.js
```