aws / chalice

Python Serverless Microframework for AWS
Apache License 2.0
10.67k stars 1.01k forks source link

Issue: Lambda Function Name Discrepancy in chalice package sam.json file #2120

Open sirishrayaprolu opened 1 month ago

sirishrayaprolu commented 1 month ago

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