You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I create a lambda function using AWS chalice and specify a custom name with the @app.lambda_function(name="my_lambda_function") , I noticed that the name in the generated sam.json file is being changed to something like ("MyLambdaFunction") instead of the specified name
The text was updated successfully, but these errors were encountered:
When I create a lambda function using AWS chalice and specify a custom name with the @app.lambda_function(name="my_lambda_function") , I noticed that the name in the generated sam.json file is being changed to something like ("MyLambdaFunction") instead of the specified name
The text was updated successfully, but these errors were encountered: