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

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

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

```