LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
aws_sam_cli.egg-info/PKG-INFO
aws_sam_cli.egg-info/SOURCES.txt
aws_sam_cli.egg-info/dependency_links.txt
aws_sam_cli.egg-info/entry_points.txt
aws_sam_cli.egg-info/requires.txt
aws_sam_cli.egg-info/top_level.txt
requirements/base.txt
requirements/dev.txt
samcli/__init__.py
samcli/yamlhelper.py
samcli/cli/__init__.py
samcli/cli/command.py
samcli/cli/context.py
samcli/cli/main.py
samcli/cli/options.py
samcli/commands/__init__.py
samcli/commands/deploy/__init__.py
samcli/commands/init/__init__.py
samcli/commands/local/__init__.py
samcli/commands/local/local.py
samcli/commands/local/cli_common/__init__.py
samcli/commands/local/cli_common/invoke_context.py
samcli/commands/local/cli_common/options.py
samcli/commands/local/cli_common/user_exceptions.py
samcli/commands/local/generate_event/__init__.py
samcli/commands/local/generate_event/cli.py
samcli/commands/local/generate_event/api/__init__.py
samcli/commands/local/generate_event/api/cli.py
samcli/commands/local/generate_event/dynamodb/__init__.py
samcli/commands/local/generate_event/dynamodb/cli.py
samcli/commands/local/generate_event/kinesis/__init__.py
samcli/commands/local/generate_event/kinesis/cli.py
samcli/commands/local/generate_event/s3/__init__.py
samcli/commands/local/generate_event/s3/cli.py
samcli/commands/local/generate_event/schedule/__init__.py
samcli/commands/local/generate_event/schedule/cli.py
samcli/commands/local/generate_event/sns/__init__.py
samcli/commands/local/generate_event/sns/cli.py
samcli/commands/local/invoke/__init__.py
samcli/commands/local/invoke/cli.py
samcli/commands/local/lib/__init__.py
samcli/commands/local/lib/events.py
samcli/commands/local/lib/exceptions.py
samcli/commands/local/lib/local_api_service.py
samcli/commands/local/lib/local_lambda.py
samcli/commands/local/lib/provider.py
samcli/commands/local/lib/sam_api_provider.py
samcli/commands/local/lib/sam_base_provider.py
samcli/commands/local/lib/sam_function_provider.py
samcli/commands/local/lib/swagger/__init__.py
samcli/commands/local/lib/swagger/integration_uri.py
samcli/commands/local/lib/swagger/parser.py
samcli/commands/local/lib/swagger/reader.py
samcli/commands/local/start_api/__init__.py
samcli/commands/local/start_api/cli.py
samcli/commands/package/__init__.py
samcli/commands/validate/__init__.py
samcli/commands/validate/validate.py
samcli/commands/validate/lib/__init__.py
samcli/commands/validate/lib/exceptions.py
samcli/commands/validate/lib/sam_template_validator.py
samcli/lib/__init__.py
samcli/lib/samlib/__init__.py
samcli/lib/samlib/cloudformation_command.py
samcli/lib/samlib/default_managed_policies.json
samcli/lib/samlib/local_uri_plugin.py
samcli/lib/samlib/wrapper.py
samcli/local/__init__.py
samcli/local/apigw/__init__.py
samcli/local/apigw/path_converter.py
samcli/local/apigw/service.py
samcli/local/apigw/service_error_responses.py
samcli/local/docker/__init__.py
samcli/local/docker/attach_api.py
samcli/local/docker/container.py
samcli/local/docker/lambda_container.py
samcli/local/docker/manager.py
samcli/local/events/__init__.py
samcli/local/events/api_event.py
samcli/local/init/__init__.py
samcli/local/init/exceptions.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/LICENSE
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/Pipfile
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/cookiecutter.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/setup.cfg
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/tests/test_cookiecutter.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/Solution.sln
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/build.cake
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/build.ps1
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/build.sh
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/HelloWorld.csproj
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Program.cs
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/Readme.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/src/HelloWorld/aws-lambda-tools-defaults.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/FunctionTest.cs
samcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/test/HelloWorld.Test/HelloWorld.Tests.csproj
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/cookiecutter.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/tests/__init__.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/tests/test_bake_project.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/Makefile
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main.go
samcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello-world/main_test.go
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/LICENSE
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/cookiecutter.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/tests/test_cookiecutter.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/pom.xml
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/template.yaml
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/main/java/helloworld/App.java
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/main/java/helloworld/GatewayResponse.java
samcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/java/helloworld/AppTest.java
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/LICENSE
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/Pipfile
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/cookiecutter.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/setup.cfg
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/tests/test_cookiecutter.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/app.js
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/package.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/tests/unit/test_handler.js
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/LICENSE
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/Pipfile
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/cookiecutter.json
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/setup.cfg
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/tests/test_cookiecutter.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/.gitignore
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/README.md
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/requirements.txt
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/app.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/__init__.py
samcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/test_handler.py
samcli/local/lambdafn/__init__.py
samcli/local/lambdafn/config.py
samcli/local/lambdafn/env_vars.py
samcli/local/lambdafn/exceptions.py
samcli/local/lambdafn/runtime.py
samcli/local/lambdafn/zip.py