aws / aws/chalice

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

Open
#2,120 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11.1k
Forks
1k
Avg merge
1d 22h
Merged PRs (30d)
2

Description

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

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue with AWS Chalice using @app.lambda_function(name="my_lambda_function") and inspect the generated sam.json file. Trace the generation path that changes the specified name to "MyLambdaFunction"; done means the SAM file preserves the custom Lambda name.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
backend, cloud
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.