Skip to content

Commit b545e51

Browse files
committed
started changing the way lambda_name is calculated
1 parent 5675d76 commit b545e51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

osbot_fast_api_serverless/deploy/Deploy__Serverless__Fast_API.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def create__lambda_function__url(self):
6565
return function_url
6666

6767
def lambda_name(self):
68-
return f'{BASE__LAMBDA_NAME}__{self.stage}'
68+
return BASE__LAMBDA_NAME
69+
#return f'{BASE__LAMBDA_NAME}__{self.stage}'
6970

7071
def lambda_function(self):
7172
return self.deploy_lambda().lambda_function()

0 commit comments

Comments
 (0)