- alias sb="sam build"
- alias si="sam init"
- alias sd="sam deploy"
- alias sl="sam list"
- alias ss="sam sync"
- alias sp="sam package"
- alias sdg="sam deploy --guided"
- sam_build_parallel()
- sam_build_with_config_env(config_env)
- sam_build_with_container(build_image)
- sam_build_with_container_env_var_file(env_file)
- sam_build_with_container_env_vars(github_token, global_env_var)
- sam_deploy_guided()
- sam_deploy_guided_with_template(template_file)
- sam_init_from_location(location)
- sam_init_no_interactive()
- sam_list_endpoints_by_stack(stack_name)
- sam_list_endpoints_json()
- sam_local_invoke()
- sam_local_invoke_by_logical_id(logical_id)
- sam_local_invoke_with_env(env_vars_file, function_name)
- sam_local_invoke_with_hook(hook_name)
- sam_local_start_api(warm_containers)
- sam_local_start_api_with_invoke_image(invoke_image)
- sam_local_start_api_with_invoke_image_function(function_image)
- sam_local_start_api_with_template(template_file)
- sam_local_start_lambda_with_template(template_file)
- sam_sync_code_by_resource_id(resource_id)
- sam_sync_code_by_stack_and_resource_id(stack_name, resource_id)
- sam_sync_code_watch()
- sam_sync_no_watch()
- sam_sync_watch()
Philip M . Gollucci pgollucci@p6m7g8.com