-
Notifications
You must be signed in to change notification settings - Fork 69
Closed
Labels
Description
Hi there,
I intend to use this plugin for versioning purposes:
Master
serverless --stage dev
Versions
serverless --stage dev --alias v1
serverless --stage dev --alias v2
Endpoints
https://{{domain}}.execute-api.eu-west-1.amazonaws.com/{{alias}}/resource
My question is, can I customize the alias format so it becomes with the plugin?
https://{{domain}}.execute-api.eu-west-1.amazonaws.com/api/{{alias}}/resource
Note the /api/ before the {{alias}}