Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serverless service prefix not included in state machine name #4

Closed
kennu opened this issue Dec 31, 2016 · 2 comments
Closed

Serverless service prefix not included in state machine name #4

kennu opened this issue Dec 31, 2016 · 2 comments
Labels
Milestone

Comments

@kennu
Copy link

kennu commented Dec 31, 2016

When I deploy "myproject" with Serverless, Lambda functions are prefixed with the service name and suffixed by stage, so they are called "myproject-myfunc-dev" etc.

Perhaps serverless-step-functions should also do the same, so that state machines are called "myproject-mymachine-dev" instead of just "mymachine-dev"? Otherwise there will be conflicts.

@horike37
Copy link
Collaborator

horike37 commented Jan 1, 2017

@kennu
thank you for reporting!
It is as you have pointed out. I will fix it

@horike37 horike37 added the bug label Jan 1, 2017
@horike37 horike37 added this to the 0.2.0 milestone Jan 1, 2017
@horike37
Copy link
Collaborator

horike37 commented Jan 8, 2017

Just fixed.

horike37 pushed a commit that referenced this issue May 2, 2019
ss-betseqnzr pushed a commit to BetSEQNZR/serverless-step-functions that referenced this issue Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants