Suppost my function name is ‘function1’ in my serverless.yml file. When i eploy it, my lambda function name becomes: ‘function1-dev-function1’. I understand ‘dev’ is because default stage is dev, but i dont want any stage related name in my lambda function. I just want my function to be ‘function1’. How can i do that?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to remove STAGE tag from Lambda functions? | 4 | 1877 | May 3, 2021 | |
Function Naming Convention | 1 | 7442 | July 7, 2019 | |
Creating new serverless lambda adds "hello" to the function name | 3 | 831 | June 5, 2023 | |
Function name dilemma when deploying with both cloudformation and only function code | 0 | 1263 | July 9, 2020 | |
Can I make function name as a variable for different stage? | 3 | 5619 | March 8, 2019 |