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 | |
|---|---|---|---|---|
| Function Naming Convention | 1 | 7885 | July 7, 2019 | |
| Can I make function name as a variable for different stage? | 3 | 5719 | March 8, 2019 | |
| Creating new serverless lambda adds "hello" to the function name | 3 | 903 | June 5, 2023 | |
| Specific Lambda Name | 0 | 701 | September 20, 2016 | |
| How to remove STAGE tag from Lambda functions? | 4 | 1979 | May 3, 2021 |