LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
bce_sam_cli.egg-info/PKG-INFO
bce_sam_cli.egg-info/SOURCES.txt
bce_sam_cli.egg-info/dependency_links.txt
bce_sam_cli.egg-info/entry_points.txt
bce_sam_cli.egg-info/requires.txt
bce_sam_cli.egg-info/top_level.txt
bsamcli/__init__.py
bsamcli/yamlhelper.py
bsamcli/cli/__init__.py
bsamcli/cli/command.py
bsamcli/cli/context.py
bsamcli/cli/main.py
bsamcli/cli/options.py
bsamcli/commands/__init__.py
bsamcli/commands/exceptions.py
bsamcli/commands/config/__init__.py
bsamcli/commands/deploy/__init__.py
bsamcli/commands/init/__init__.py
bsamcli/commands/local/__init__.py
bsamcli/commands/local/local.py
bsamcli/commands/local/cli_common/__init__.py
bsamcli/commands/local/cli_common/invoke_context.py
bsamcli/commands/local/cli_common/options.py
bsamcli/commands/local/cli_common/user_exceptions.py
bsamcli/commands/local/generate_event/__init__.py
bsamcli/commands/local/generate_event/cli.py
bsamcli/commands/local/generate_event/event_generation.py
bsamcli/commands/local/install/__init__.py
bsamcli/commands/local/install/cli.py
bsamcli/commands/local/invoke/__init__.py
bsamcli/commands/local/invoke/cli.py
bsamcli/commands/local/lib/__init__.py
bsamcli/commands/local/lib/debug_context.py
bsamcli/commands/local/lib/exceptions.py
bsamcli/commands/local/lib/local_api_service.py
bsamcli/commands/local/lib/local_lambda.py
bsamcli/commands/local/lib/local_lambda_service.py
bsamcli/commands/local/lib/provider.py
bsamcli/commands/local/lib/sam_api_provider.py
bsamcli/commands/local/lib/sam_base_provider.py
bsamcli/commands/local/lib/sam_bos_provider.py
bsamcli/commands/local/lib/sam_dueros_provider.py
bsamcli/commands/local/lib/sam_function_provider.py
bsamcli/commands/local/lib/sam_http_provider.py
bsamcli/commands/local/lib/generated_sample_events/__init__.py
bsamcli/commands/local/lib/generated_sample_events/event-mapping.json
bsamcli/commands/local/lib/generated_sample_events/events.py
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaEndSession.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentAnswer.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentGetNewFact.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentMyColorIs.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaIntentRecipe.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-skills-kit/AlexaStartSession.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOffRequest.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeControlTurnOnRequest.json
bsamcli/commands/local/lib/generated_sample_events/events/alexa-smart-home/AlexaSmartHomeDiscoveryRequest.json
bsamcli/commands/local/lib/generated_sample_events/events/apigateway/ApiGatewayAuthorizer.json
bsamcli/commands/local/lib/generated_sample_events/events/apigateway/AwsProxy.json
bsamcli/commands/local/lib/generated_sample_events/events/batch/BatchGetJob.json
bsamcli/commands/local/lib/generated_sample_events/events/batch/BatchSubmitJob.json
bsamcli/commands/local/lib/generated_sample_events/events/bos/BosPut.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudformation/CfnCreateRequest.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontABTest.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontAccessRequestInResponse.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontHttpRedirect.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyQueryString.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontModifyResponseHeader.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontMultipleRemoteCallsAggregateResponse.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontNormalizeQuerystringToImproveCacheHit.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectOnViewerCountry.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontRedirectUnauthenticatedUsers.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontResponseGeneration.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontServeObjectOnViewerDevice.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudfront/CloudFrontSimpleRemoteCall.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudwatch/CloudwatchLogs.json
bsamcli/commands/local/lib/generated_sample_events/events/cloudwatch/ScheduledEvent.json
bsamcli/commands/local/lib/generated_sample_events/events/codecommit/CodeCommit.json
bsamcli/commands/local/lib/generated_sample_events/events/codepipeline/CodePipeline.json
bsamcli/commands/local/lib/generated_sample_events/events/cognito/CognitoSyncTrigger.json
bsamcli/commands/local/lib/generated_sample_events/events/config/ConfigurationItemChangeNotification.json
bsamcli/commands/local/lib/generated_sample_events/events/config/OversizedConfigurationItemChangeNotification.json
bsamcli/commands/local/lib/generated_sample_events/events/config/PeriodicRule.json
bsamcli/commands/local/lib/generated_sample_events/events/dueros/DuerOSEndSession.json
bsamcli/commands/local/lib/generated_sample_events/events/dueros/DuerOSEventReport.json
bsamcli/commands/local/lib/generated_sample_events/events/dueros/DuerOSIntentAnswer.json
bsamcli/commands/local/lib/generated_sample_events/events/dueros/DuerOSStartSession.json
bsamcli/commands/local/lib/generated_sample_events/events/dynamodb/DynamoDBUpdate.json
bsamcli/commands/local/lib/generated_sample_events/events/http/ApiProxy.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/Kinesis.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehose.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseApachelog.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseCloudwatchLogsProcessor.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseStreamsAsSource.json
bsamcli/commands/local/lib/generated_sample_events/events/kinesis/KinesisFirehoseSyslog.json
bsamcli/commands/local/lib/generated_sample_events/events/lex/LexBookCar.json
bsamcli/commands/local/lib/generated_sample_events/events/lex/LexBookHotel.json
bsamcli/commands/local/lib/generated_sample_events/events/lex/LexMakeAppointment.json
bsamcli/commands/local/lib/generated_sample_events/events/lex/LexOrderFlowers.json
bsamcli/commands/local/lib/generated_sample_events/events/rekognition/RekognitionS3Request.json
bsamcli/commands/local/lib/generated_sample_events/events/s3/S3Delete.json
bsamcli/commands/local/lib/generated_sample_events/events/s3/S3Put.json
bsamcli/commands/local/lib/generated_sample_events/events/ses/SesEmailReceiving.json
bsamcli/commands/local/lib/generated_sample_events/events/sns/Sns.json
bsamcli/commands/local/lib/generated_sample_events/events/sqs/Sqs.json
bsamcli/commands/local/lib/generated_sample_events/events/stepfunctions/StepFunctionsError.json
bsamcli/commands/local/lib/swagger/__init__.py
bsamcli/commands/local/lib/swagger/integration_uri.py
bsamcli/commands/local/lib/swagger/parser.py
bsamcli/commands/local/lib/swagger/reader.py
bsamcli/commands/local/start_api/__init__.py
bsamcli/commands/local/start_api/cli.py
bsamcli/commands/local/start_lambda/__init__.py
bsamcli/commands/local/start_lambda/cli.py
bsamcli/commands/logs/__init__.py
bsamcli/commands/logs/command.py
bsamcli/commands/logs/logs_context.py
bsamcli/commands/package/__init__.py
bsamcli/commands/validate/__init__.py
bsamcli/commands/validate/validate.py
bsamcli/commands/validate/lib/__init__.py
bsamcli/commands/validate/lib/exceptions.py
bsamcli/commands/validate/lib/sam_template_validator.py
bsamcli/lib/__init__.py
bsamcli/lib/logs/__init__.py
bsamcli/lib/logs/event.py
bsamcli/lib/logs/fetcher.py
bsamcli/lib/logs/formatter.py
bsamcli/lib/logs/provider.py
bsamcli/lib/samlib/__init__.py
bsamcli/lib/samlib/cfc_command.py
bsamcli/lib/samlib/cfc_credential_helper.py
bsamcli/lib/samlib/cfc_deploy_conf.py
bsamcli/lib/samlib/cloudformation_command.py
bsamcli/lib/samlib/default_managed_policies.json
bsamcli/lib/samlib/deploy_context.py
bsamcli/lib/samlib/local_uri_plugin.py
bsamcli/lib/samlib/user_exceptions.py
bsamcli/lib/samlib/wrapper.py
bsamcli/lib/utils/__init__.py
bsamcli/lib/utils/colors.py
bsamcli/lib/utils/time.py
bsamcli/local/__init__.py
bsamcli/local/apigw/__init__.py
bsamcli/local/apigw/local_apigw_service.py
bsamcli/local/apigw/path_converter.py
bsamcli/local/apigw/service_error_responses.py
bsamcli/local/docker/__init__.py
bsamcli/local/docker/attach_api.py
bsamcli/local/docker/cfc_container.py
bsamcli/local/docker/container.py
bsamcli/local/docker/manager.py
bsamcli/local/events/__init__.py
bsamcli/local/events/api_event.py
bsamcli/local/init/__init__.py
bsamcli/local/init/exceptions.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/hello_world/InvokeEvent.cs
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/hello_world/Program.cs
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/hello_world/StreamHandler.cs
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-dotnet/{{cookiecutter.project_name}}/hello_world/bsam_csharp.csproj
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/requirements-dev.txt
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/tests/__init__.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/tests/test_bake_project.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello_world/Makefile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello_world/go.mod
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello_world/go.sum
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello_world/index.go
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-golang/{{cookiecutter.project_name}}/hello_world/main.go
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/pom.xml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/main/java/com/baidu/demo/App.java
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/main/java/com/baidu/demo/SimpleHandler.java
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/main/resources/logger.properties
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/.DS_Store
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/java/.DS_Store
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/java/com/.DS_Store
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/java/com/baidu/.DS_Store
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-java/{{cookiecutter.project_name}}/src/test/java/com/baidu/demo/AppTest.java
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/{{cookiecutter.project_name}}/hello_world/hello_world-0.1.0-1.rockspec
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-lua/{{cookiecutter.project_name}}/hello_world/index.lua
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/index.js
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/package.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-nodejs/{{cookiecutter.project_name}}/hello_world/tests/unit/test_handler.js
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/{{cookiecutter.project_name}}/hello_world/composer.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-php/{{cookiecutter.project_name}}/hello_world/index.php
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-powershell/{{cookiecutter.project_name}}/hello_world/index.ps1
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/LICENSE
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/Pipfile
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/cookiecutter.json
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/setup.cfg
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/tests/test_cookiecutter.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/.gitignore
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/README.md
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/template.yaml
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/__init__.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/index.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/hello_world/requirements.txt
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/__init__.py
bsamcli/local/init/templates/cookiecutter-aws-sam-hello-python/{{cookiecutter.project_name}}/tests/unit/test_handler.py
bsamcli/local/lambda_service/__init__.py
bsamcli/local/lambda_service/lambda_error_responses.py
bsamcli/local/lambda_service/local_lambda_invoke_service.py
bsamcli/local/lambdafn/__init__.py
bsamcli/local/lambdafn/config.py
bsamcli/local/lambdafn/env_vars.py
bsamcli/local/lambdafn/exceptions.py
bsamcli/local/lambdafn/runtime.py
bsamcli/local/lambdafn/zip.py
bsamcli/local/services/__init__.py
bsamcli/local/services/base_local_service.py
requirements/base.txt
requirements/dev.txt