Skip to content

Commit

Permalink
Update lambda_image.py
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-zhangg authored Jan 25, 2025
1 parent f066aef commit f9a4ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samcli/local/docker/lambda_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

RAPID_IMAGE_TAG_PREFIX = "rapid"

TEST_RUNTIMES = ["N/A"]
TEST_RUNTIMES: list[str] = []


class Runtime(Enum):
Expand Down

0 comments on commit f9a4ec3

Please sign in to comment.