localstack / serverless-localstack

⚡ Serverless plugin for running against LocalStack
511 stars 82 forks source link

Specific endpoint url format or development id or random id #189

Open jktan0504 opened 2 years ago

jktan0504 commented 2 years ago

Hi dear devs, would like to know how can I specific the url format or define my own development random id inside the url ?

endpoint: http://localhost:4566/restapis/hjq33nkd9f/local/_user_request_ functions: hello: api-local-hello (17 MB) world: api-local-world (17 MB)

I would like to know or set "hjq33nkd9f" for my other local machine or app to connect the API.

Thanks