This repository was archived by the owner on Mar 10, 2025. It is now read-only.
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Allow function prefix to set #105
Open
Description
Having to call functions like this:
http POST https://sarpnfbdjd.execute-api.ap-southeast-2.amazonaws.com/dancinefly/create-task/cinefly-backend-dancinefly-cloneStoryboardFunction
Exposes some machinery that should remain private. It would be nicer if the it could be called like:
http POST https://sarpnfbdjd.execute-api.ap-southeast-2.amazonaws.com/dancinefly/create-task/cloneStoryboardFunction
Or - even bettter:
http POST https://sarpnfbdjd.execute-api.ap-southeast-2.amazonaws.com/dancinefly/create-task/clone-storyboard