We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5675d76 commit b545e51Copy full SHA for b545e51
1 file changed
osbot_fast_api_serverless/deploy/Deploy__Serverless__Fast_API.py
@@ -65,7 +65,8 @@ def create__lambda_function__url(self):
65
return function_url
66
67
def lambda_name(self):
68
- return f'{BASE__LAMBDA_NAME}__{self.stage}'
+ return BASE__LAMBDA_NAME
69
+ #return f'{BASE__LAMBDA_NAME}__{self.stage}'
70
71
def lambda_function(self):
72
return self.deploy_lambda().lambda_function()
0 commit comments