Skip to content

Instantly share code, notes, and snippets.

@rmcgibbo
Created March 21, 2021 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmcgibbo/18c8c8e00e8a18a87102b1a2b9e1e809 to your computer and use it in GitHub Desktop.
Save rmcgibbo/18c8c8e00e8a18a87102b1a2b9e1e809 to your computer and use it in GitHub Desktop.
system: x86_64-linux | build_time: a minute | https://github.com/NixOS/nixpkgs/pull/115742
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking sources
unpacking source archive /nix/store/mjl2vc01gmgf5iqb612x4szp55yg7i8r-aws-sam-cli-1.14.0.tar.gz
source root is aws-sam-cli-1.14.0
setting SOURCE_DATE_EPOCH to timestamp 1608177776 of file aws-sam-cli-1.14.0/setup.cfg
@nix { "action": "setPhase", "phase": "patchPhase" }
patching sources
@nix { "action": "setPhase", "phase": "configurePhase" }
configuring
no configure script, doing nothing
@nix { "action": "setPhase", "phase": "buildPhase" }
building
Executing setuptoolsBuildPhase
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/samcli
copying samcli/__init__.py -> build/lib/samcli
copying samcli/__main__.py -> build/lib/samcli
copying samcli/yamlhelper.py -> build/lib/samcli
creating build/lib/samcli/settings
copying samcli/settings/__init__.py -> build/lib/samcli/settings
creating build/lib/samcli/lib
copying samcli/lib/__init__.py -> build/lib/samcli/lib
creating build/lib/samcli/cli
copying samcli/cli/options.py -> build/lib/samcli/cli
copying samcli/cli/context.py -> build/lib/samcli/cli
copying samcli/cli/__init__.py -> build/lib/samcli/cli
copying samcli/cli/global_config.py -> build/lib/samcli/cli
copying samcli/cli/types.py -> build/lib/samcli/cli
copying samcli/cli/cli_config_file.py -> build/lib/samcli/cli
copying samcli/cli/command.py -> build/lib/samcli/cli
copying samcli/cli/main.py -> build/lib/samcli/cli
creating build/lib/samcli/commands
copying samcli/commands/__init__.py -> build/lib/samcli/commands
copying samcli/commands/exceptions.py -> build/lib/samcli/commands
creating build/lib/samcli/local
copying samcli/local/__init__.py -> build/lib/samcli/local
creating build/lib/samcli/lib/bootstrap
copying samcli/lib/bootstrap/__init__.py -> build/lib/samcli/lib/bootstrap
copying samcli/lib/bootstrap/bootstrap.py -> build/lib/samcli/lib/bootstrap
creating build/lib/samcli/lib/samlib
copying samcli/lib/samlib/__init__.py -> build/lib/samcli/lib/samlib
copying samcli/lib/samlib/local_uri_plugin.py -> build/lib/samcli/lib/samlib
copying samcli/lib/samlib/wrapper.py -> build/lib/samcli/lib/samlib
copying samcli/lib/samlib/resource_metadata_normalizer.py -> build/lib/samcli/lib/samlib
creating build/lib/samcli/lib/telemetry
copying samcli/lib/telemetry/telemetry.py -> build/lib/samcli/lib/telemetry
copying samcli/lib/telemetry/__init__.py -> build/lib/samcli/lib/telemetry
copying samcli/lib/telemetry/metrics.py -> build/lib/samcli/lib/telemetry
creating build/lib/samcli/lib/schemas
copying samcli/lib/schemas/cli_paginator.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/__init__.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_code_manager.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_directory_hierarchy_builder.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_api_caller.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_constants.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_aws_config.py -> build/lib/samcli/lib/schemas
copying samcli/lib/schemas/schemas_cli_message_generator.py -> build/lib/samcli/lib/schemas
creating build/lib/samcli/lib/cli_validation
copying samcli/lib/cli_validation/__init__.py -> build/lib/samcli/lib/cli_validation
copying samcli/lib/cli_validation/image_repository_validation.py -> build/lib/samcli/lib/cli_validation
creating build/lib/samcli/lib/config
copying samcli/lib/config/__init__.py -> build/lib/samcli/lib/config
copying samcli/lib/config/samconfig.py -> build/lib/samcli/lib/config
copying samcli/lib/config/version.py -> build/lib/samcli/lib/config
copying samcli/lib/config/exceptions.py -> build/lib/samcli/lib/config
creating build/lib/samcli/lib/init
copying samcli/lib/init/__init__.py -> build/lib/samcli/lib/init
copying samcli/lib/init/arbitrary_project.py -> build/lib/samcli/lib/init
copying samcli/lib/init/exceptions.py -> build/lib/samcli/lib/init
creating build/lib/samcli/lib/intrinsic_resolver
copying samcli/lib/intrinsic_resolver/__init__.py -> build/lib/samcli/lib/intrinsic_resolver
copying samcli/lib/intrinsic_resolver/intrinsic_property_resolver.py -> build/lib/samcli/lib/intrinsic_resolver
copying samcli/lib/intrinsic_resolver/invalid_intrinsic_exception.py -> build/lib/samcli/lib/intrinsic_resolver
copying samcli/lib/intrinsic_resolver/intrinsics_symbol_table.py -> build/lib/samcli/lib/intrinsic_resolver
copying samcli/lib/intrinsic_resolver/invalid_intrinsic_validation.py -> build/lib/samcli/lib/intrinsic_resolver
creating build/lib/samcli/lib/utils
copying samcli/lib/utils/file_observer.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/packagetype.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/botoconfig.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/__init__.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/hash.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/progressbar.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/codeuri.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/osutils.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/async_utils.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/colors.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/time.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/tar.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/temp_file_utils.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/stream_writer.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/retry.py -> build/lib/samcli/lib/utils
copying samcli/lib/utils/sam_logging.py -> build/lib/samcli/lib/utils
creating build/lib/samcli/lib/providers
copying samcli/lib/providers/sam_function_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/sam_base_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/__init__.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/cfn_api_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/api_collector.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/api_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/sam_api_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/sam_layer_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/cfn_base_api_provider.py -> build/lib/samcli/lib/providers
copying samcli/lib/providers/exceptions.py -> build/lib/samcli/lib/providers
creating build/lib/samcli/lib/build
copying samcli/lib/build/app_builder.py -> build/lib/samcli/lib/build
copying samcli/lib/build/__init__.py -> build/lib/samcli/lib/build
copying samcli/lib/build/workflow_config.py -> build/lib/samcli/lib/build
copying samcli/lib/build/build_graph.py -> build/lib/samcli/lib/build
copying samcli/lib/build/build_strategy.py -> build/lib/samcli/lib/build
copying samcli/lib/build/exceptions.py -> build/lib/samcli/lib/build
creating build/lib/samcli/lib/deploy
copying samcli/lib/deploy/__init__.py -> build/lib/samcli/lib/deploy
copying samcli/lib/deploy/utils.py -> build/lib/samcli/lib/deploy
copying samcli/lib/deploy/deployer.py -> build/lib/samcli/lib/deploy
creating build/lib/samcli/lib/warnings
copying samcli/lib/warnings/__init__.py -> build/lib/samcli/lib/warnings
copying samcli/lib/warnings/sam_cli_warning.py -> build/lib/samcli/lib/warnings
creating build/lib/samcli/lib/generated_sample_events
copying samcli/lib/generated_sample_events/__init__.py -> build/lib/samcli/lib/generated_sample_events
copying samcli/lib/generated_sample_events/events.py -> build/lib/samcli/lib/generated_sample_events
creating build/lib/samcli/lib/logs
copying samcli/lib/logs/__init__.py -> build/lib/samcli/lib/logs
copying samcli/lib/logs/provider.py -> build/lib/samcli/lib/logs
copying samcli/lib/logs/formatter.py -> build/lib/samcli/lib/logs
copying samcli/lib/logs/event.py -> build/lib/samcli/lib/logs
copying samcli/lib/logs/fetcher.py -> build/lib/samcli/lib/logs
creating build/lib/samcli/lib/package
copying samcli/lib/package/packageable_resources.py -> build/lib/samcli/lib/package
copying samcli/lib/package/image_utils.py -> build/lib/samcli/lib/package
copying samcli/lib/package/__init__.py -> build/lib/samcli/lib/package
copying samcli/lib/package/utils.py -> build/lib/samcli/lib/package
copying samcli/lib/package/code_signer.py -> build/lib/samcli/lib/package
copying samcli/lib/package/s3_uploader.py -> build/lib/samcli/lib/package
copying samcli/lib/package/stream_cursor_utils.py -> build/lib/samcli/lib/package
copying samcli/lib/package/ecr_uploader.py -> build/lib/samcli/lib/package
copying samcli/lib/package/artifact_exporter.py -> build/lib/samcli/lib/package
copying samcli/lib/package/ecr_utils.py -> build/lib/samcli/lib/package
copying samcli/lib/package/regexpr.py -> build/lib/samcli/lib/package
creating build/lib/samcli/commands/bootstrap
copying samcli/commands/bootstrap/__init__.py -> build/lib/samcli/commands/bootstrap
copying samcli/commands/bootstrap/command.py -> build/lib/samcli/commands/bootstrap
copying samcli/commands/bootstrap/exceptions.py -> build/lib/samcli/commands/bootstrap
creating build/lib/samcli/commands/validate
copying samcli/commands/validate/__init__.py -> build/lib/samcli/commands/validate
copying samcli/commands/validate/validate.py -> build/lib/samcli/commands/validate
creating build/lib/samcli/commands/init
copying samcli/commands/init/__init__.py -> build/lib/samcli/commands/init
copying samcli/commands/init/init_generator.py -> build/lib/samcli/commands/init
copying samcli/commands/init/init_templates.py -> build/lib/samcli/commands/init
copying samcli/commands/init/interactive_init_flow.py -> build/lib/samcli/commands/init
copying samcli/commands/init/interactive_event_bridge_flow.py -> build/lib/samcli/commands/init
creating build/lib/samcli/commands/build
copying samcli/commands/build/__init__.py -> build/lib/samcli/commands/build
copying samcli/commands/build/build_context.py -> build/lib/samcli/commands/build
copying samcli/commands/build/command.py -> build/lib/samcli/commands/build
copying samcli/commands/build/exceptions.py -> build/lib/samcli/commands/build
creating build/lib/samcli/commands/deploy
copying samcli/commands/deploy/__init__.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/utils.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/code_signer_utils.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/transform_utils.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/auth_utils.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/command.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/deploy_context.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/guided_context.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/guided_config.py -> build/lib/samcli/commands/deploy
copying samcli/commands/deploy/exceptions.py -> build/lib/samcli/commands/deploy
creating build/lib/samcli/commands/publish
copying samcli/commands/publish/__init__.py -> build/lib/samcli/commands/publish
copying samcli/commands/publish/command.py -> build/lib/samcli/commands/publish
creating build/lib/samcli/commands/_utils
copying samcli/commands/_utils/option_validator.py -> build/lib/samcli/commands/_utils
copying samcli/commands/_utils/template.py -> build/lib/samcli/commands/_utils
copying samcli/commands/_utils/options.py -> build/lib/samcli/commands/_utils
copying samcli/commands/_utils/__init__.py -> build/lib/samcli/commands/_utils
copying samcli/commands/_utils/table_print.py -> build/lib/samcli/commands/_utils
copying samcli/commands/_utils/resources.py -> build/lib/samcli/commands/_utils
creating build/lib/samcli/commands/local
copying samcli/commands/local/__init__.py -> build/lib/samcli/commands/local
copying samcli/commands/local/local.py -> build/lib/samcli/commands/local
creating build/lib/samcli/commands/logs
copying samcli/commands/logs/__init__.py -> build/lib/samcli/commands/logs
copying samcli/commands/logs/command.py -> build/lib/samcli/commands/logs
copying samcli/commands/logs/logs_context.py -> build/lib/samcli/commands/logs
creating build/lib/samcli/commands/package
copying samcli/commands/package/__init__.py -> build/lib/samcli/commands/package
copying samcli/commands/package/command.py -> build/lib/samcli/commands/package
copying samcli/commands/package/package_context.py -> build/lib/samcli/commands/package
copying samcli/commands/package/exceptions.py -> build/lib/samcli/commands/package
creating build/lib/samcli/commands/validate/lib
copying samcli/commands/validate/lib/__init__.py -> build/lib/samcli/commands/validate/lib
copying samcli/commands/validate/lib/sam_template_validator.py -> build/lib/samcli/commands/validate/lib
copying samcli/commands/validate/lib/exceptions.py -> build/lib/samcli/commands/validate/lib
creating build/lib/samcli/commands/_utils/custom_options
copying samcli/commands/_utils/custom_options/__init__.py -> build/lib/samcli/commands/_utils/custom_options
copying samcli/commands/_utils/custom_options/option_nargs.py -> build/lib/samcli/commands/_utils/custom_options
creating build/lib/samcli/commands/local/start_api
copying samcli/commands/local/start_api/__init__.py -> build/lib/samcli/commands/local/start_api
copying samcli/commands/local/start_api/cli.py -> build/lib/samcli/commands/local/start_api
creating build/lib/samcli/commands/local/start_lambda
copying samcli/commands/local/start_lambda/__init__.py -> build/lib/samcli/commands/local/start_lambda
copying samcli/commands/local/start_lambda/cli.py -> build/lib/samcli/commands/local/start_lambda
creating build/lib/samcli/commands/local/cli_common
copying samcli/commands/local/cli_common/options.py -> build/lib/samcli/commands/local/cli_common
copying samcli/commands/local/cli_common/__init__.py -> build/lib/samcli/commands/local/cli_common
copying samcli/commands/local/cli_common/invoke_context.py -> build/lib/samcli/commands/local/cli_common
copying samcli/commands/local/cli_common/click_mutex.py -> build/lib/samcli/commands/local/cli_common
copying samcli/commands/local/cli_common/user_exceptions.py -> build/lib/samcli/commands/local/cli_common
creating build/lib/samcli/commands/local/invoke
copying samcli/commands/local/invoke/__init__.py -> build/lib/samcli/commands/local/invoke
copying samcli/commands/local/invoke/cli.py -> build/lib/samcli/commands/local/invoke
creating build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/__init__.py -> build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/debug_context.py -> build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/local_api_service.py -> build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/local_lambda_service.py -> build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/local_lambda.py -> build/lib/samcli/commands/local/lib
copying samcli/commands/local/lib/exceptions.py -> build/lib/samcli/commands/local/lib
creating build/lib/samcli/commands/local/generate_event
copying samcli/commands/local/generate_event/__init__.py -> build/lib/samcli/commands/local/generate_event
copying samcli/commands/local/generate_event/cli.py -> build/lib/samcli/commands/local/generate_event
copying samcli/commands/local/generate_event/event_generation.py -> build/lib/samcli/commands/local/generate_event
creating build/lib/samcli/commands/local/lib/swagger
copying samcli/commands/local/lib/swagger/__init__.py -> build/lib/samcli/commands/local/lib/swagger
copying samcli/commands/local/lib/swagger/parser.py -> build/lib/samcli/commands/local/lib/swagger
copying samcli/commands/local/lib/swagger/integration_uri.py -> build/lib/samcli/commands/local/lib/swagger
copying samcli/commands/local/lib/swagger/reader.py -> build/lib/samcli/commands/local/lib/swagger
creating build/lib/samcli/local/lambda_service
copying samcli/local/lambda_service/__init__.py -> build/lib/samcli/local/lambda_service
copying samcli/local/lambda_service/local_lambda_invoke_service.py -> build/lib/samcli/local/lambda_service
copying samcli/local/lambda_service/lambda_error_responses.py -> build/lib/samcli/local/lambda_service
creating build/lib/samcli/local/apigw
copying samcli/local/apigw/__init__.py -> build/lib/samcli/local/apigw
copying samcli/local/apigw/path_converter.py -> build/lib/samcli/local/apigw
copying samcli/local/apigw/service_error_responses.py -> build/lib/samcli/local/apigw
copying samcli/local/apigw/local_apigw_service.py -> build/lib/samcli/local/apigw
creating build/lib/samcli/local/events
copying samcli/local/events/__init__.py -> build/lib/samcli/local/events
copying samcli/local/events/api_event.py -> build/lib/samcli/local/events
creating build/lib/samcli/local/services
copying samcli/local/services/__init__.py -> build/lib/samcli/local/services
copying samcli/local/services/base_local_service.py -> build/lib/samcli/local/services
creating build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/__init__.py -> build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/zip.py -> build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/runtime.py -> build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/env_vars.py -> build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/config.py -> build/lib/samcli/local/lambdafn
copying samcli/local/lambdafn/exceptions.py -> build/lib/samcli/local/lambdafn
creating build/lib/samcli/local/common
copying samcli/local/common/__init__.py -> build/lib/samcli/local/common
copying samcli/local/common/runtime_template.py -> build/lib/samcli/local/common
creating build/lib/samcli/local/layers
copying samcli/local/layers/__init__.py -> build/lib/samcli/local/layers
copying samcli/local/layers/layer_downloader.py -> build/lib/samcli/local/layers
creating build/lib/samcli/local/docker
copying samcli/local/docker/container.py -> build/lib/samcli/local/docker
copying samcli/local/docker/manager.py -> build/lib/samcli/local/docker
copying samcli/local/docker/__init__.py -> build/lib/samcli/local/docker
copying samcli/local/docker/utils.py -> build/lib/samcli/local/docker
copying samcli/local/docker/lambda_container.py -> build/lib/samcli/local/docker
copying samcli/local/docker/lambda_image.py -> build/lib/samcli/local/docker
copying samcli/local/docker/lambda_debug_settings.py -> build/lib/samcli/local/docker
copying samcli/local/docker/lambda_build_container.py -> build/lib/samcli/local/docker
copying samcli/local/docker/exceptions.py -> build/lib/samcli/local/docker
running egg_info
writing aws_sam_cli.egg-info/PKG-INFO
writing dependency_links to aws_sam_cli.egg-info/dependency_links.txt
writing entry points to aws_sam_cli.egg-info/entry_points.txt
writing requirements to aws_sam_cli.egg-info/requires.txt
writing top-level names to aws_sam_cli.egg-info/top_level.txt
reading manifest file 'aws_sam_cli.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'tests'
writing manifest file 'aws_sam_cli.egg-info/SOURCES.txt'
creating build/lib/samcli/local/go-bootstrap
copying samcli/local/go-bootstrap/aws-lambda-go -> build/lib/samcli/local/go-bootstrap
creating build/lib/samcli/local/rapid
copying samcli/local/rapid/aws-lambda-rie -> build/lib/samcli/local/rapid
copying samcli/lib/samlib/default_managed_policies.json -> build/lib/samcli/lib/samlib
creating build/lib/samcli/lib/init/templates
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/Pipfile -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/setup.cfg -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests/test_cookiecutter.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/omnisharp.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/aws-lambda-tools-defaults.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/FunctionTest.cs -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/HelloWorld.Tests.csproj -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests/test_bake_project.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/go.mod -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main.go -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main_test.go -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests/test_cookiecutter.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew.bat -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.jar -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.properties -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests/test_cookiecutter.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/pom.xml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/setup.cfg -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/.npmignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/app.js -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit/test-handler.js -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/setup.cfg -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/requirements.txt -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/__init__.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/test_handler.py -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/LICENSE -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/cookiecutter.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/.gitignore -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/Gemfile -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/README.md -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/template.yaml -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events/event.json -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/Gemfile -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests
creating build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit
copying samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit/test_handler.rb -> build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit
copying samcli/lib/generated_sample_events/event-mapping.json -> build/lib/samcli/lib/generated_sample_events
creating build/lib/samcli/lib/generated_sample_events/events
creating build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit
creating build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home
copying samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOffRequest.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home
copying samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOnRequest.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home
copying samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeDiscoveryRequest.json -> build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home
creating build/lib/samcli/lib/generated_sample_events/events/apigateway
copying samcli/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json -> build/lib/samcli/lib/generated_sample_events/events/apigateway
copying samcli/lib/generated_sample_events/events/apigateway/AwsProxy.json -> build/lib/samcli/lib/generated_sample_events/events/apigateway
creating build/lib/samcli/lib/generated_sample_events/events/appsync
copying samcli/lib/generated_sample_events/events/appsync/AppSyncDirectResolver.json -> build/lib/samcli/lib/generated_sample_events/events/appsync
creating build/lib/samcli/lib/generated_sample_events/events/batch
copying samcli/lib/generated_sample_events/events/batch/BatchGetJob.json -> build/lib/samcli/lib/generated_sample_events/events/batch
copying samcli/lib/generated_sample_events/events/batch/BatchSubmitJob.json -> build/lib/samcli/lib/generated_sample_events/events/batch
creating build/lib/samcli/lib/generated_sample_events/events/cloudformation
copying samcli/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json -> build/lib/samcli/lib/generated_sample_events/events/cloudformation
creating build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyResponseHeader.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
copying samcli/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json -> build/lib/samcli/lib/generated_sample_events/events/cloudfront
creating build/lib/samcli/lib/generated_sample_events/events/cloudwatch
copying samcli/lib/generated_sample_events/events/cloudwatch/CloudwatchLogs.json -> build/lib/samcli/lib/generated_sample_events/events/cloudwatch
copying samcli/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json -> build/lib/samcli/lib/generated_sample_events/events/cloudwatch
creating build/lib/samcli/lib/generated_sample_events/events/codecommit
copying samcli/lib/generated_sample_events/events/codecommit/CodeCommit.json -> build/lib/samcli/lib/generated_sample_events/events/codecommit
creating build/lib/samcli/lib/generated_sample_events/events/codepipeline
copying samcli/lib/generated_sample_events/events/codepipeline/CodePipeline.json -> build/lib/samcli/lib/generated_sample_events/events/codepipeline
creating build/lib/samcli/lib/generated_sample_events/events/cognito
copying samcli/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json -> build/lib/samcli/lib/generated_sample_events/events/cognito
creating build/lib/samcli/lib/generated_sample_events/events/config
copying samcli/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json -> build/lib/samcli/lib/generated_sample_events/events/config
copying samcli/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json -> build/lib/samcli/lib/generated_sample_events/events/config
copying samcli/lib/generated_sample_events/events/config/PeriodicRule.json -> build/lib/samcli/lib/generated_sample_events/events/config
creating build/lib/samcli/lib/generated_sample_events/events/connect
copying samcli/lib/generated_sample_events/events/connect/ConnectContactFlowEvent.json -> build/lib/samcli/lib/generated_sample_events/events/connect
creating build/lib/samcli/lib/generated_sample_events/events/dynamodb
copying samcli/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json -> build/lib/samcli/lib/generated_sample_events/events/dynamodb
creating build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/Kinesis.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisFirehose.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
copying samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json -> build/lib/samcli/lib/generated_sample_events/events/kinesis
creating build/lib/samcli/lib/generated_sample_events/events/lex
copying samcli/lib/generated_sample_events/events/lex/LexBookCar.json -> build/lib/samcli/lib/generated_sample_events/events/lex
copying samcli/lib/generated_sample_events/events/lex/LexBookHotel.json -> build/lib/samcli/lib/generated_sample_events/events/lex
copying samcli/lib/generated_sample_events/events/lex/LexMakeAppointment.json -> build/lib/samcli/lib/generated_sample_events/events/lex
copying samcli/lib/generated_sample_events/events/lex/LexOrderFlowers.json -> build/lib/samcli/lib/generated_sample_events/events/lex
creating build/lib/samcli/lib/generated_sample_events/events/rekognition
copying samcli/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json -> build/lib/samcli/lib/generated_sample_events/events/rekognition
creating build/lib/samcli/lib/generated_sample_events/events/s3
copying samcli/lib/generated_sample_events/events/s3/S3Delete.json -> build/lib/samcli/lib/generated_sample_events/events/s3
copying samcli/lib/generated_sample_events/events/s3/S3Put.json -> build/lib/samcli/lib/generated_sample_events/events/s3
creating build/lib/samcli/lib/generated_sample_events/events/sagemaker
copying samcli/lib/generated_sample_events/events/sagemaker/AnnotationConsolidation.json -> build/lib/samcli/lib/generated_sample_events/events/sagemaker
copying samcli/lib/generated_sample_events/events/sagemaker/PreHumanTask.json -> build/lib/samcli/lib/generated_sample_events/events/sagemaker
creating build/lib/samcli/lib/generated_sample_events/events/ses
copying samcli/lib/generated_sample_events/events/ses/SesEmailReceiving.json -> build/lib/samcli/lib/generated_sample_events/events/ses
creating build/lib/samcli/lib/generated_sample_events/events/sns
copying samcli/lib/generated_sample_events/events/sns/Sns.json -> build/lib/samcli/lib/generated_sample_events/events/sns
creating build/lib/samcli/lib/generated_sample_events/events/sqs
copying samcli/lib/generated_sample_events/events/sqs/Sqs.json -> build/lib/samcli/lib/generated_sample_events/events/sqs
creating build/lib/samcli/lib/generated_sample_events/events/stepfunctions
copying samcli/lib/generated_sample_events/events/stepfunctions/StepFunctionsError.json -> build/lib/samcli/lib/generated_sample_events/events/stepfunctions
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/samcli
copying build/lib/samcli/__init__.py -> build/bdist.linux-x86_64/wheel/samcli
copying build/lib/samcli/__main__.py -> build/bdist.linux-x86_64/wheel/samcli
creating build/bdist.linux-x86_64/wheel/samcli/settings
copying build/lib/samcli/settings/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/settings
creating build/bdist.linux-x86_64/wheel/samcli/lib
creating build/bdist.linux-x86_64/wheel/samcli/lib/bootstrap
copying build/lib/samcli/lib/bootstrap/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/bootstrap
copying build/lib/samcli/lib/bootstrap/bootstrap.py -> build/bdist.linux-x86_64/wheel/samcli/lib/bootstrap
creating build/bdist.linux-x86_64/wheel/samcli/lib/samlib
copying build/lib/samcli/lib/samlib/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/samlib
copying build/lib/samcli/lib/samlib/local_uri_plugin.py -> build/bdist.linux-x86_64/wheel/samcli/lib/samlib
copying build/lib/samcli/lib/samlib/default_managed_policies.json -> build/bdist.linux-x86_64/wheel/samcli/lib/samlib
copying build/lib/samcli/lib/samlib/wrapper.py -> build/bdist.linux-x86_64/wheel/samcli/lib/samlib
copying build/lib/samcli/lib/samlib/resource_metadata_normalizer.py -> build/bdist.linux-x86_64/wheel/samcli/lib/samlib
creating build/bdist.linux-x86_64/wheel/samcli/lib/telemetry
copying build/lib/samcli/lib/telemetry/telemetry.py -> build/bdist.linux-x86_64/wheel/samcli/lib/telemetry
copying build/lib/samcli/lib/telemetry/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/telemetry
copying build/lib/samcli/lib/telemetry/metrics.py -> build/bdist.linux-x86_64/wheel/samcli/lib/telemetry
creating build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/cli_paginator.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_code_manager.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_directory_hierarchy_builder.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_api_caller.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_constants.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_aws_config.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
copying build/lib/samcli/lib/schemas/schemas_cli_message_generator.py -> build/bdist.linux-x86_64/wheel/samcli/lib/schemas
creating build/bdist.linux-x86_64/wheel/samcli/lib/cli_validation
copying build/lib/samcli/lib/cli_validation/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/cli_validation
copying build/lib/samcli/lib/cli_validation/image_repository_validation.py -> build/bdist.linux-x86_64/wheel/samcli/lib/cli_validation
copying build/lib/samcli/lib/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib
creating build/bdist.linux-x86_64/wheel/samcli/lib/config
copying build/lib/samcli/lib/config/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/config
copying build/lib/samcli/lib/config/samconfig.py -> build/bdist.linux-x86_64/wheel/samcli/lib/config
copying build/lib/samcli/lib/config/version.py -> build/bdist.linux-x86_64/wheel/samcli/lib/config
copying build/lib/samcli/lib/config/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/lib/config
creating build/bdist.linux-x86_64/wheel/samcli/lib/init
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main.go -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main_test.go -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/go.mod -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests/test_bake_project.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/Pipfile -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/omnisharp.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/HelloWorld.Tests.csproj -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/FunctionTest.cs -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/aws-lambda-tools-defaults.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/setup.cfg -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests/test_cookiecutter.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew.bat -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.properties -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.jar -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests/test_cookiecutter.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/pom.xml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests/test_cookiecutter.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/requirements.txt -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/test_handler.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/setup.cfg -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-python
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/Gemfile -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/Gemfile -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit/test_handler.rb -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/LICENSE -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/README.md -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events/event.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/.npmignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/app.js -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests
creating build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit/test-handler.js -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/.gitignore -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/cookiecutter.json -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying build/lib/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/setup.cfg -> build/bdist.linux-x86_64/wheel/samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs
copying build/lib/samcli/lib/init/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init
copying build/lib/samcli/lib/init/arbitrary_project.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init
copying build/lib/samcli/lib/init/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/lib/init
creating build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
copying build/lib/samcli/lib/intrinsic_resolver/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
copying build/lib/samcli/lib/intrinsic_resolver/intrinsic_property_resolver.py -> build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
copying build/lib/samcli/lib/intrinsic_resolver/invalid_intrinsic_exception.py -> build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
copying build/lib/samcli/lib/intrinsic_resolver/intrinsics_symbol_table.py -> build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
copying build/lib/samcli/lib/intrinsic_resolver/invalid_intrinsic_validation.py -> build/bdist.linux-x86_64/wheel/samcli/lib/intrinsic_resolver
creating build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/file_observer.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/packagetype.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/botoconfig.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/hash.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/progressbar.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/codeuri.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/osutils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/async_utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/colors.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/time.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/tar.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/temp_file_utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/stream_writer.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/retry.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
copying build/lib/samcli/lib/utils/sam_logging.py -> build/bdist.linux-x86_64/wheel/samcli/lib/utils
creating build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/sam_function_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/sam_base_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/cfn_api_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/api_collector.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/api_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/sam_api_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/sam_layer_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/cfn_base_api_provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
copying build/lib/samcli/lib/providers/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/lib/providers
creating build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/app_builder.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/workflow_config.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/build_graph.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/build_strategy.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
copying build/lib/samcli/lib/build/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/lib/build
creating build/bdist.linux-x86_64/wheel/samcli/lib/deploy
copying build/lib/samcli/lib/deploy/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/deploy
copying build/lib/samcli/lib/deploy/utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/deploy
copying build/lib/samcli/lib/deploy/deployer.py -> build/bdist.linux-x86_64/wheel/samcli/lib/deploy
creating build/bdist.linux-x86_64/wheel/samcli/lib/warnings
copying build/lib/samcli/lib/warnings/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/warnings
copying build/lib/samcli/lib/warnings/sam_cli_warning.py -> build/bdist.linux-x86_64/wheel/samcli/lib/warnings
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events
copying build/lib/samcli/lib/generated_sample_events/event-mapping.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events
copying build/lib/samcli/lib/generated_sample_events/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/rekognition
copying build/lib/samcli/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/rekognition
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/codecommit
copying build/lib/samcli/lib/generated_sample_events/events/codecommit/CodeCommit.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/codecommit
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/config
copying build/lib/samcli/lib/generated_sample_events/events/config/PeriodicRule.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/config
copying build/lib/samcli/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/config
copying build/lib/samcli/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/config
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/stepfunctions
copying build/lib/samcli/lib/generated_sample_events/events/stepfunctions/StepFunctionsError.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/stepfunctions
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/dynamodb
copying build/lib/samcli/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/dynamodb
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/codepipeline
copying build/lib/samcli/lib/generated_sample_events/events/codepipeline/CodePipeline.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/codepipeline
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudformation
copying build/lib/samcli/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudformation
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/batch
copying build/lib/samcli/lib/generated_sample_events/events/batch/BatchSubmitJob.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/batch
copying build/lib/samcli/lib/generated_sample_events/events/batch/BatchGetJob.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/batch
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sns
copying build/lib/samcli/lib/generated_sample_events/events/sns/Sns.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sns
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyResponseHeader.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
copying build/lib/samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudfront
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/connect
copying build/lib/samcli/lib/generated_sample_events/events/connect/ConnectContactFlowEvent.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/connect
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-smart-home
copying build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOffRequest.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-smart-home
copying build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeDiscoveryRequest.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-smart-home
copying build/lib/samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOnRequest.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-smart-home
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sagemaker
copying build/lib/samcli/lib/generated_sample_events/events/sagemaker/AnnotationConsolidation.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sagemaker
copying build/lib/samcli/lib/generated_sample_events/events/sagemaker/PreHumanTask.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sagemaker
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/s3
copying build/lib/samcli/lib/generated_sample_events/events/s3/S3Put.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/s3
copying build/lib/samcli/lib/generated_sample_events/events/s3/S3Delete.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/s3
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sqs
copying build/lib/samcli/lib/generated_sample_events/events/sqs/Sqs.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/sqs
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cognito
copying build/lib/samcli/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cognito
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/apigateway
copying build/lib/samcli/lib/generated_sample_events/events/apigateway/AwsProxy.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/apigateway
copying build/lib/samcli/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/apigateway
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/lex
copying build/lib/samcli/lib/generated_sample_events/events/lex/LexBookHotel.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/lex
copying build/lib/samcli/lib/generated_sample_events/events/lex/LexBookCar.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/lex
copying build/lib/samcli/lib/generated_sample_events/events/lex/LexMakeAppointment.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/lex
copying build/lib/samcli/lib/generated_sample_events/events/lex/LexOrderFlowers.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/lex
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/ses
copying build/lib/samcli/lib/generated_sample_events/events/ses/SesEmailReceiving.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/ses
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudwatch
copying build/lib/samcli/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudwatch
copying build/lib/samcli/lib/generated_sample_events/events/cloudwatch/CloudwatchLogs.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/cloudwatch
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/Kinesis.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisFirehose.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
copying build/lib/samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/kinesis
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/appsync
copying build/lib/samcli/lib/generated_sample_events/events/appsync/AppSyncDirectResolver.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/appsync
creating build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events/events/alexa-skills-kit
copying build/lib/samcli/lib/generated_sample_events/events.py -> build/bdist.linux-x86_64/wheel/samcli/lib/generated_sample_events
creating build/bdist.linux-x86_64/wheel/samcli/lib/logs
copying build/lib/samcli/lib/logs/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/logs
copying build/lib/samcli/lib/logs/provider.py -> build/bdist.linux-x86_64/wheel/samcli/lib/logs
copying build/lib/samcli/lib/logs/formatter.py -> build/bdist.linux-x86_64/wheel/samcli/lib/logs
copying build/lib/samcli/lib/logs/event.py -> build/bdist.linux-x86_64/wheel/samcli/lib/logs
copying build/lib/samcli/lib/logs/fetcher.py -> build/bdist.linux-x86_64/wheel/samcli/lib/logs
creating build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/packageable_resources.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/image_utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/code_signer.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/s3_uploader.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/stream_cursor_utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/ecr_uploader.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/artifact_exporter.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/ecr_utils.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/lib/package/regexpr.py -> build/bdist.linux-x86_64/wheel/samcli/lib/package
copying build/lib/samcli/yamlhelper.py -> build/bdist.linux-x86_64/wheel/samcli
creating build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/options.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/context.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/global_config.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/types.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/cli_config_file.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/command.py -> build/bdist.linux-x86_64/wheel/samcli/cli
copying build/lib/samcli/cli/main.py -> build/bdist.linux-x86_64/wheel/samcli/cli
creating build/bdist.linux-x86_64/wheel/samcli/commands
creating build/bdist.linux-x86_64/wheel/samcli/commands/bootstrap
copying build/lib/samcli/commands/bootstrap/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/bootstrap
copying build/lib/samcli/commands/bootstrap/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/bootstrap
copying build/lib/samcli/commands/bootstrap/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/bootstrap
creating build/bdist.linux-x86_64/wheel/samcli/commands/validate
copying build/lib/samcli/commands/validate/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/validate
creating build/bdist.linux-x86_64/wheel/samcli/commands/validate/lib
copying build/lib/samcli/commands/validate/lib/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/validate/lib
copying build/lib/samcli/commands/validate/lib/sam_template_validator.py -> build/bdist.linux-x86_64/wheel/samcli/commands/validate/lib
copying build/lib/samcli/commands/validate/lib/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/validate/lib
copying build/lib/samcli/commands/validate/validate.py -> build/bdist.linux-x86_64/wheel/samcli/commands/validate
copying build/lib/samcli/commands/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands
creating build/bdist.linux-x86_64/wheel/samcli/commands/init
copying build/lib/samcli/commands/init/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/init
copying build/lib/samcli/commands/init/init_generator.py -> build/bdist.linux-x86_64/wheel/samcli/commands/init
copying build/lib/samcli/commands/init/init_templates.py -> build/bdist.linux-x86_64/wheel/samcli/commands/init
copying build/lib/samcli/commands/init/interactive_init_flow.py -> build/bdist.linux-x86_64/wheel/samcli/commands/init
copying build/lib/samcli/commands/init/interactive_event_bridge_flow.py -> build/bdist.linux-x86_64/wheel/samcli/commands/init
creating build/bdist.linux-x86_64/wheel/samcli/commands/build
copying build/lib/samcli/commands/build/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/build
copying build/lib/samcli/commands/build/build_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/build
copying build/lib/samcli/commands/build/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/build
copying build/lib/samcli/commands/build/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/build
creating build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/utils.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/code_signer_utils.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/transform_utils.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/auth_utils.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/deploy_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/guided_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/guided_config.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
copying build/lib/samcli/commands/deploy/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/deploy
creating build/bdist.linux-x86_64/wheel/samcli/commands/publish
copying build/lib/samcli/commands/publish/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/publish
copying build/lib/samcli/commands/publish/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/publish
creating build/bdist.linux-x86_64/wheel/samcli/commands/_utils
copying build/lib/samcli/commands/_utils/option_validator.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
copying build/lib/samcli/commands/_utils/template.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
copying build/lib/samcli/commands/_utils/options.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
copying build/lib/samcli/commands/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
creating build/bdist.linux-x86_64/wheel/samcli/commands/_utils/custom_options
copying build/lib/samcli/commands/_utils/custom_options/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils/custom_options
copying build/lib/samcli/commands/_utils/custom_options/option_nargs.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils/custom_options
copying build/lib/samcli/commands/_utils/table_print.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
copying build/lib/samcli/commands/_utils/resources.py -> build/bdist.linux-x86_64/wheel/samcli/commands/_utils
creating build/bdist.linux-x86_64/wheel/samcli/commands/local
copying build/lib/samcli/commands/local/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/start_api
copying build/lib/samcli/commands/local/start_api/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/start_api
copying build/lib/samcli/commands/local/start_api/cli.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/start_api
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/start_lambda
copying build/lib/samcli/commands/local/start_lambda/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/start_lambda
copying build/lib/samcli/commands/local/start_lambda/cli.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/start_lambda
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
copying build/lib/samcli/commands/local/cli_common/options.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
copying build/lib/samcli/commands/local/cli_common/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
copying build/lib/samcli/commands/local/cli_common/invoke_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
copying build/lib/samcli/commands/local/cli_common/click_mutex.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
copying build/lib/samcli/commands/local/cli_common/user_exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/cli_common
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/invoke
copying build/lib/samcli/commands/local/invoke/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/invoke
copying build/lib/samcli/commands/local/invoke/cli.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/invoke
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
copying build/lib/samcli/commands/local/lib/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
copying build/lib/samcli/commands/local/lib/debug_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
copying build/lib/samcli/commands/local/lib/local_api_service.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
copying build/lib/samcli/commands/local/lib/local_lambda_service.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
copying build/lib/samcli/commands/local/lib/local_lambda.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/lib/swagger
copying build/lib/samcli/commands/local/lib/swagger/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib/swagger
copying build/lib/samcli/commands/local/lib/swagger/parser.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib/swagger
copying build/lib/samcli/commands/local/lib/swagger/integration_uri.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib/swagger
copying build/lib/samcli/commands/local/lib/swagger/reader.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib/swagger
copying build/lib/samcli/commands/local/lib/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/lib
creating build/bdist.linux-x86_64/wheel/samcli/commands/local/generate_event
copying build/lib/samcli/commands/local/generate_event/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/generate_event
copying build/lib/samcli/commands/local/generate_event/cli.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/generate_event
copying build/lib/samcli/commands/local/generate_event/event_generation.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local/generate_event
copying build/lib/samcli/commands/local/local.py -> build/bdist.linux-x86_64/wheel/samcli/commands/local
creating build/bdist.linux-x86_64/wheel/samcli/commands/logs
copying build/lib/samcli/commands/logs/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/logs
copying build/lib/samcli/commands/logs/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/logs
copying build/lib/samcli/commands/logs/logs_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/logs
creating build/bdist.linux-x86_64/wheel/samcli/commands/package
copying build/lib/samcli/commands/package/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/commands/package
copying build/lib/samcli/commands/package/command.py -> build/bdist.linux-x86_64/wheel/samcli/commands/package
copying build/lib/samcli/commands/package/package_context.py -> build/bdist.linux-x86_64/wheel/samcli/commands/package
copying build/lib/samcli/commands/package/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands/package
copying build/lib/samcli/commands/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/commands
creating build/bdist.linux-x86_64/wheel/samcli/local
creating build/bdist.linux-x86_64/wheel/samcli/local/lambda_service
copying build/lib/samcli/local/lambda_service/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambda_service
copying build/lib/samcli/local/lambda_service/local_lambda_invoke_service.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambda_service
copying build/lib/samcli/local/lambda_service/lambda_error_responses.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambda_service
copying build/lib/samcli/local/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local
creating build/bdist.linux-x86_64/wheel/samcli/local/go-bootstrap
copying build/lib/samcli/local/go-bootstrap/aws-lambda-go -> build/bdist.linux-x86_64/wheel/samcli/local/go-bootstrap
creating build/bdist.linux-x86_64/wheel/samcli/local/apigw
copying build/lib/samcli/local/apigw/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/apigw
copying build/lib/samcli/local/apigw/path_converter.py -> build/bdist.linux-x86_64/wheel/samcli/local/apigw
copying build/lib/samcli/local/apigw/service_error_responses.py -> build/bdist.linux-x86_64/wheel/samcli/local/apigw
copying build/lib/samcli/local/apigw/local_apigw_service.py -> build/bdist.linux-x86_64/wheel/samcli/local/apigw
creating build/bdist.linux-x86_64/wheel/samcli/local/events
copying build/lib/samcli/local/events/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/events
copying build/lib/samcli/local/events/api_event.py -> build/bdist.linux-x86_64/wheel/samcli/local/events
creating build/bdist.linux-x86_64/wheel/samcli/local/services
copying build/lib/samcli/local/services/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/services
copying build/lib/samcli/local/services/base_local_service.py -> build/bdist.linux-x86_64/wheel/samcli/local/services
creating build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/zip.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/runtime.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/env_vars.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/config.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
copying build/lib/samcli/local/lambdafn/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/local/lambdafn
creating build/bdist.linux-x86_64/wheel/samcli/local/common
copying build/lib/samcli/local/common/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/common
copying build/lib/samcli/local/common/runtime_template.py -> build/bdist.linux-x86_64/wheel/samcli/local/common
creating build/bdist.linux-x86_64/wheel/samcli/local/rapid
copying build/lib/samcli/local/rapid/aws-lambda-rie -> build/bdist.linux-x86_64/wheel/samcli/local/rapid
creating build/bdist.linux-x86_64/wheel/samcli/local/layers
copying build/lib/samcli/local/layers/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/layers
copying build/lib/samcli/local/layers/layer_downloader.py -> build/bdist.linux-x86_64/wheel/samcli/local/layers
creating build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/container.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/manager.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/__init__.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/utils.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/lambda_container.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/lambda_image.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/lambda_debug_settings.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/lambda_build_container.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
copying build/lib/samcli/local/docker/exceptions.py -> build/bdist.linux-x86_64/wheel/samcli/local/docker
running install_egg_info
Copying aws_sam_cli.egg-info to build/bdist.linux-x86_64/wheel/aws_sam_cli-1.14.0-py3.8.egg-info
running install_scripts
adding license file "LICENSE" (matched pattern "LICEN[CS]E*")
creating build/bdist.linux-x86_64/wheel/aws_sam_cli-1.14.0.dist-info/WHEEL
creating 'dist/aws_sam_cli-1.14.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'samcli/__init__.py'
adding 'samcli/__main__.py'
adding 'samcli/yamlhelper.py'
adding 'samcli/cli/__init__.py'
adding 'samcli/cli/cli_config_file.py'
adding 'samcli/cli/command.py'
adding 'samcli/cli/context.py'
adding 'samcli/cli/global_config.py'
adding 'samcli/cli/main.py'
adding 'samcli/cli/options.py'
adding 'samcli/cli/types.py'
adding 'samcli/commands/__init__.py'
adding 'samcli/commands/exceptions.py'
adding 'samcli/commands/_utils/__init__.py'
adding 'samcli/commands/_utils/option_validator.py'
adding 'samcli/commands/_utils/options.py'
adding 'samcli/commands/_utils/resources.py'
adding 'samcli/commands/_utils/table_print.py'
adding 'samcli/commands/_utils/template.py'
adding 'samcli/commands/_utils/custom_options/__init__.py'
adding 'samcli/commands/_utils/custom_options/option_nargs.py'
adding 'samcli/commands/bootstrap/__init__.py'
adding 'samcli/commands/bootstrap/command.py'
adding 'samcli/commands/bootstrap/exceptions.py'
adding 'samcli/commands/build/__init__.py'
adding 'samcli/commands/build/build_context.py'
adding 'samcli/commands/build/command.py'
adding 'samcli/commands/build/exceptions.py'
adding 'samcli/commands/deploy/__init__.py'
adding 'samcli/commands/deploy/auth_utils.py'
adding 'samcli/commands/deploy/code_signer_utils.py'
adding 'samcli/commands/deploy/command.py'
adding 'samcli/commands/deploy/deploy_context.py'
adding 'samcli/commands/deploy/exceptions.py'
adding 'samcli/commands/deploy/guided_config.py'
adding 'samcli/commands/deploy/guided_context.py'
adding 'samcli/commands/deploy/transform_utils.py'
adding 'samcli/commands/deploy/utils.py'
adding 'samcli/commands/init/__init__.py'
adding 'samcli/commands/init/init_generator.py'
adding 'samcli/commands/init/init_templates.py'
adding 'samcli/commands/init/interactive_event_bridge_flow.py'
adding 'samcli/commands/init/interactive_init_flow.py'
adding 'samcli/commands/local/__init__.py'
adding 'samcli/commands/local/local.py'
adding 'samcli/commands/local/cli_common/__init__.py'
adding 'samcli/commands/local/cli_common/click_mutex.py'
adding 'samcli/commands/local/cli_common/invoke_context.py'
adding 'samcli/commands/local/cli_common/options.py'
adding 'samcli/commands/local/cli_common/user_exceptions.py'
adding 'samcli/commands/local/generate_event/__init__.py'
adding 'samcli/commands/local/generate_event/cli.py'
adding 'samcli/commands/local/generate_event/event_generation.py'
adding 'samcli/commands/local/invoke/__init__.py'
adding 'samcli/commands/local/invoke/cli.py'
adding 'samcli/commands/local/lib/__init__.py'
adding 'samcli/commands/local/lib/debug_context.py'
adding 'samcli/commands/local/lib/exceptions.py'
adding 'samcli/commands/local/lib/local_api_service.py'
adding 'samcli/commands/local/lib/local_lambda.py'
adding 'samcli/commands/local/lib/local_lambda_service.py'
adding 'samcli/commands/local/lib/swagger/__init__.py'
adding 'samcli/commands/local/lib/swagger/integration_uri.py'
adding 'samcli/commands/local/lib/swagger/parser.py'
adding 'samcli/commands/local/lib/swagger/reader.py'
adding 'samcli/commands/local/start_api/__init__.py'
adding 'samcli/commands/local/start_api/cli.py'
adding 'samcli/commands/local/start_lambda/__init__.py'
adding 'samcli/commands/local/start_lambda/cli.py'
adding 'samcli/commands/logs/__init__.py'
adding 'samcli/commands/logs/command.py'
adding 'samcli/commands/logs/logs_context.py'
adding 'samcli/commands/package/__init__.py'
adding 'samcli/commands/package/command.py'
adding 'samcli/commands/package/exceptions.py'
adding 'samcli/commands/package/package_context.py'
adding 'samcli/commands/publish/__init__.py'
adding 'samcli/commands/publish/command.py'
adding 'samcli/commands/validate/__init__.py'
adding 'samcli/commands/validate/validate.py'
adding 'samcli/commands/validate/lib/__init__.py'
adding 'samcli/commands/validate/lib/exceptions.py'
adding 'samcli/commands/validate/lib/sam_template_validator.py'
adding 'samcli/lib/__init__.py'
adding 'samcli/lib/bootstrap/__init__.py'
adding 'samcli/lib/bootstrap/bootstrap.py'
adding 'samcli/lib/build/__init__.py'
adding 'samcli/lib/build/app_builder.py'
adding 'samcli/lib/build/build_graph.py'
adding 'samcli/lib/build/build_strategy.py'
adding 'samcli/lib/build/exceptions.py'
adding 'samcli/lib/build/workflow_config.py'
adding 'samcli/lib/cli_validation/__init__.py'
adding 'samcli/lib/cli_validation/image_repository_validation.py'
adding 'samcli/lib/config/__init__.py'
adding 'samcli/lib/config/exceptions.py'
adding 'samcli/lib/config/samconfig.py'
adding 'samcli/lib/config/version.py'
adding 'samcli/lib/deploy/__init__.py'
adding 'samcli/lib/deploy/deployer.py'
adding 'samcli/lib/deploy/utils.py'
adding 'samcli/lib/generated_sample_events/__init__.py'
adding 'samcli/lib/generated_sample_events/event-mapping.json'
adding 'samcli/lib/generated_sample_events/events.py'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json'
adding 'samcli/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json'
adding 'samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOffRequest.json'
adding 'samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOnRequest.json'
adding 'samcli/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeDiscoveryRequest.json'
adding 'samcli/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json'
adding 'samcli/lib/generated_sample_events/events/apigateway/AwsProxy.json'
adding 'samcli/lib/generated_sample_events/events/appsync/AppSyncDirectResolver.json'
adding 'samcli/lib/generated_sample_events/events/batch/BatchGetJob.json'
adding 'samcli/lib/generated_sample_events/events/batch/BatchSubmitJob.json'
adding 'samcli/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontModifyResponseHeader.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json'
adding 'samcli/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json'
adding 'samcli/lib/generated_sample_events/events/cloudwatch/CloudwatchLogs.json'
adding 'samcli/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json'
adding 'samcli/lib/generated_sample_events/events/codecommit/CodeCommit.json'
adding 'samcli/lib/generated_sample_events/events/codepipeline/CodePipeline.json'
adding 'samcli/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json'
adding 'samcli/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json'
adding 'samcli/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json'
adding 'samcli/lib/generated_sample_events/events/config/PeriodicRule.json'
adding 'samcli/lib/generated_sample_events/events/connect/ConnectContactFlowEvent.json'
adding 'samcli/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/Kinesis.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisAnalytics.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisAnalyticsKpl.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisFirehose.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json'
adding 'samcli/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json'
adding 'samcli/lib/generated_sample_events/events/lex/LexBookCar.json'
adding 'samcli/lib/generated_sample_events/events/lex/LexBookHotel.json'
adding 'samcli/lib/generated_sample_events/events/lex/LexMakeAppointment.json'
adding 'samcli/lib/generated_sample_events/events/lex/LexOrderFlowers.json'
adding 'samcli/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json'
adding 'samcli/lib/generated_sample_events/events/s3/S3Delete.json'
adding 'samcli/lib/generated_sample_events/events/s3/S3Put.json'
adding 'samcli/lib/generated_sample_events/events/sagemaker/AnnotationConsolidation.json'
adding 'samcli/lib/generated_sample_events/events/sagemaker/PreHumanTask.json'
adding 'samcli/lib/generated_sample_events/events/ses/SesEmailReceiving.json'
adding 'samcli/lib/generated_sample_events/events/sns/Sns.json'
adding 'samcli/lib/generated_sample_events/events/sqs/Sqs.json'
adding 'samcli/lib/generated_sample_events/events/stepfunctions/StepFunctionsError.json'
adding 'samcli/lib/init/__init__.py'
adding 'samcli/lib/init/arbitrary_project.py'
adding 'samcli/lib/init/exceptions.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/Pipfile'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/setup.cfg'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/tests/test_cookiecutter.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/omnisharp.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Function.cs'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/aws-lambda-tools-defaults.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/FunctionTest.cs'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/HelloWorld.Tests.csproj'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/tests/test_bake_project.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/go.mod'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main.go'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main_test.go'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/tests/test_cookiecutter.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/build.gradle'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradlew.bat'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.jar'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/gradle/wrapper/gradle-wrapper.properties'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-gradle/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/tests/test_cookiecutter.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/pom.xml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/App.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/main/java/helloworld/GatewayResponse.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/HelloWorldFunction/src/test/java/helloworld/AppTest.java'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-java-maven/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/setup.cfg'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/.npmignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/app.js'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/package.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello-world/tests/unit/test-handler.js'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/setup.cfg'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/requirements.txt'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/__init__.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/test_handler.py'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/LICENSE'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/cookiecutter.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/.gitignore'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/Gemfile'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/README.md'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/template.yaml'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/events/event.json'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/Gemfile'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/hello_world/app.rb'
adding 'samcli/lib/init/templates/cookiecutter-aws-sam-hello-ruby/{{cookiecutter.project_name}}/tests/unit/test_handler.rb'
adding 'samcli/lib/intrinsic_resolver/__init__.py'
adding 'samcli/lib/intrinsic_resolver/intrinsic_property_resolver.py'
adding 'samcli/lib/intrinsic_resolver/intrinsics_symbol_table.py'
adding 'samcli/lib/intrinsic_resolver/invalid_intrinsic_exception.py'
adding 'samcli/lib/intrinsic_resolver/invalid_intrinsic_validation.py'
adding 'samcli/lib/logs/__init__.py'
adding 'samcli/lib/logs/event.py'
adding 'samcli/lib/logs/fetcher.py'
adding 'samcli/lib/logs/formatter.py'
adding 'samcli/lib/logs/provider.py'
adding 'samcli/lib/package/__init__.py'
adding 'samcli/lib/package/artifact_exporter.py'
adding 'samcli/lib/package/code_signer.py'
adding 'samcli/lib/package/ecr_uploader.py'
adding 'samcli/lib/package/ecr_utils.py'
adding 'samcli/lib/package/image_utils.py'
adding 'samcli/lib/package/packageable_resources.py'
adding 'samcli/lib/package/regexpr.py'
adding 'samcli/lib/package/s3_uploader.py'
adding 'samcli/lib/package/stream_cursor_utils.py'
adding 'samcli/lib/package/utils.py'
adding 'samcli/lib/providers/__init__.py'
adding 'samcli/lib/providers/api_collector.py'
adding 'samcli/lib/providers/api_provider.py'
adding 'samcli/lib/providers/cfn_api_provider.py'
adding 'samcli/lib/providers/cfn_base_api_provider.py'
adding 'samcli/lib/providers/exceptions.py'
adding 'samcli/lib/providers/provider.py'
adding 'samcli/lib/providers/sam_api_provider.py'
adding 'samcli/lib/providers/sam_base_provider.py'
adding 'samcli/lib/providers/sam_function_provider.py'
adding 'samcli/lib/providers/sam_layer_provider.py'
adding 'samcli/lib/samlib/__init__.py'
adding 'samcli/lib/samlib/default_managed_policies.json'
adding 'samcli/lib/samlib/local_uri_plugin.py'
adding 'samcli/lib/samlib/resource_metadata_normalizer.py'
adding 'samcli/lib/samlib/wrapper.py'
adding 'samcli/lib/schemas/__init__.py'
adding 'samcli/lib/schemas/cli_paginator.py'
adding 'samcli/lib/schemas/schemas_api_caller.py'
adding 'samcli/lib/schemas/schemas_aws_config.py'
adding 'samcli/lib/schemas/schemas_cli_message_generator.py'
adding 'samcli/lib/schemas/schemas_code_manager.py'
adding 'samcli/lib/schemas/schemas_constants.py'
adding 'samcli/lib/schemas/schemas_directory_hierarchy_builder.py'
adding 'samcli/lib/telemetry/__init__.py'
adding 'samcli/lib/telemetry/metrics.py'
adding 'samcli/lib/telemetry/telemetry.py'
adding 'samcli/lib/utils/__init__.py'
adding 'samcli/lib/utils/async_utils.py'
adding 'samcli/lib/utils/botoconfig.py'
adding 'samcli/lib/utils/codeuri.py'
adding 'samcli/lib/utils/colors.py'
adding 'samcli/lib/utils/file_observer.py'
adding 'samcli/lib/utils/hash.py'
adding 'samcli/lib/utils/osutils.py'
adding 'samcli/lib/utils/packagetype.py'
adding 'samcli/lib/utils/progressbar.py'
adding 'samcli/lib/utils/retry.py'
adding 'samcli/lib/utils/sam_logging.py'
adding 'samcli/lib/utils/stream_writer.py'
adding 'samcli/lib/utils/tar.py'
adding 'samcli/lib/utils/temp_file_utils.py'
adding 'samcli/lib/utils/time.py'
adding 'samcli/lib/warnings/__init__.py'
adding 'samcli/lib/warnings/sam_cli_warning.py'
adding 'samcli/local/__init__.py'
adding 'samcli/local/apigw/__init__.py'
adding 'samcli/local/apigw/local_apigw_service.py'
adding 'samcli/local/apigw/path_converter.py'
adding 'samcli/local/apigw/service_error_responses.py'
adding 'samcli/local/common/__init__.py'
adding 'samcli/local/common/runtime_template.py'
adding 'samcli/local/docker/__init__.py'
adding 'samcli/local/docker/container.py'
adding 'samcli/local/docker/exceptions.py'
adding 'samcli/local/docker/lambda_build_container.py'
adding 'samcli/local/docker/lambda_container.py'
adding 'samcli/local/docker/lambda_debug_settings.py'
adding 'samcli/local/docker/lambda_image.py'
adding 'samcli/local/docker/manager.py'
adding 'samcli/local/docker/utils.py'
adding 'samcli/local/events/__init__.py'
adding 'samcli/local/events/api_event.py'
adding 'samcli/local/go-bootstrap/aws-lambda-go'
adding 'samcli/local/lambda_service/__init__.py'
adding 'samcli/local/lambda_service/lambda_error_responses.py'
adding 'samcli/local/lambda_service/local_lambda_invoke_service.py'
adding 'samcli/local/lambdafn/__init__.py'
adding 'samcli/local/lambdafn/config.py'
adding 'samcli/local/lambdafn/env_vars.py'
adding 'samcli/local/lambdafn/exceptions.py'
adding 'samcli/local/lambdafn/runtime.py'
adding 'samcli/local/lambdafn/zip.py'
adding 'samcli/local/layers/__init__.py'
adding 'samcli/local/layers/layer_downloader.py'
adding 'samcli/local/rapid/aws-lambda-rie'
adding 'samcli/local/services/__init__.py'
adding 'samcli/local/services/base_local_service.py'
adding 'samcli/settings/__init__.py'
adding 'aws_sam_cli-1.14.0.dist-info/LICENSE'
adding 'aws_sam_cli-1.14.0.dist-info/METADATA'
adding 'aws_sam_cli-1.14.0.dist-info/WHEEL'
adding 'aws_sam_cli-1.14.0.dist-info/entry_points.txt'
adding 'aws_sam_cli-1.14.0.dist-info/top_level.txt'
adding 'aws_sam_cli-1.14.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Finished executing setuptoolsBuildPhase
@nix { "action": "setPhase", "phase": "installPhase" }
installing
Executing pipInstallPhase
/build/aws-sam-cli-1.14.0/dist /build/aws-sam-cli-1.14.0
Processing ./aws_sam_cli-1.14.0-py3-none-any.whl
Requirement already satisfied: docker>=4.2.0 in /nix/store/mpyf9rchmpm65asq9p4pzzchmyqk4j2c-python3.8-docker-4.4.4/lib/python3.8/site-packages (from aws-sam-cli==1.14.0) (4.4.4)
Requirement already satisfied: python-dateutil~=2.6 in /nix/store/jrc8iqr945k3jbl4ffamh49xbnph6qxf-python3.8-python-dateutil-2.8.1/lib/python3.8/site-packages (from aws-sam-cli==1.14.0) (2.8.1)
Requirement already satisfied: serverlessrepo==0.1.10 in /nix/store/vbgi75a8r8h17xfj4dc3wsjyla8jciiq-python3.8-serverlessrepo-0.1.10/lib/python3.8/site-packages (from aws-sam-cli==1.14.0) (0.1.10)
ERROR: Could not find a version that satisfies the requirement aws-lambda-builders==1.1.0 (from aws-sam-cli)
ERROR: No matching distribution found for aws-lambda-builders==1.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment