Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion samcli/commands/init/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,8 @@ def do_cli(
from samcli.commands.exceptions import LambdaImagesTemplateException

_deprecate_notification(runtime)

if project_type:
project_type = ProjectTypes(project_type)
# check for required parameters
zip_bool = name and runtime and dependency_manager and app_template
image_bool = name and pt_explicit and base_image
Expand Down