Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 2, 2019 02:51
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 ryantm/0be170e7858b1df65024d9ef51a981cf to your computer and use it in GitHub Desktop.
Save ryantm/0be170e7858b1df65024d9ef51a981cf to your computer and use it in GitHub Desktop.
/nix/store/i7j05aidp8wdii5wh8ddf55vcd1rf8sd-python2.7-aws-sam-translator-1.11.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── aws_sam_translator-1.11.0.dist-info
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── samtranslator
│   ├── __init__.py
│   ├── __init__.pyc
│   ├── intrinsics
│   │   ├── actions.py
│   │   ├── actions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── resolver.py
│   │   ├── resolver.pyc
│   │   ├── resource_refs.py
│   │   └── resource_refs.pyc
│   ├── model
│   │   ├── api
│   │   │   ├── api_generator.py
│   │   │   ├── api_generator.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── apigateway.py
│   │   ├── apigateway.pyc
│   │   ├── cloudformation.py
│   │   ├── cloudformation.pyc
│   │   ├── codedeploy.py
│   │   ├── codedeploy.pyc
│   │   ├── dynamodb.py
│   │   ├── dynamodb.pyc
│   │   ├── eventsources
│   │   │   ├── cloudwatchlogs.py
│   │   │   ├── cloudwatchlogs.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── pull.py
│   │   │   ├── pull.pyc
│   │   │   ├── push.py
│   │   │   └── push.pyc
│   │   ├── events.py
│   │   ├── events.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── function_policies.py
│   │   ├── function_policies.pyc
│   │   ├── iam.py
│   │   ├── iam.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── intrinsics.py
│   │   ├── intrinsics.pyc
│   │   ├── iot.py
│   │   ├── iot.pyc
│   │   ├── lambda_.py
│   │   ├── lambda_.pyc
│   │   ├── log.py
│   │   ├── log.pyc
│   │   ├── naming.py
│   │   ├── naming.pyc
│   │   ├── preferences
│   │   │   ├── deployment_preference_collection.py
│   │   │   ├── deployment_preference_collection.pyc
│   │   │   ├── deployment_preference.py
│   │   │   ├── deployment_preference.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── s3.py
│   │   ├── s3.pyc
│   │   ├── s3_utils
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── uri_parser.py
│   │   │   └── uri_parser.pyc
│   │   ├── sam_resources.py
│   │   ├── sam_resources.pyc
│   │   ├── sns.py
│   │   ├── sns.pyc
│   │   ├── tags
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── resource_tagging.py
│   │   │   └── resource_tagging.pyc
│   │   ├── types.py
│   │   ├── types.pyc
│   │   ├── update_policy.py
│   │   └── update_policy.pyc
│   ├── parser
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parser.py
│   │   └── parser.pyc
│   ├── plugins
│   │   ├── api
│   │   │   ├── default_definition_body_plugin.py
│   │   │   ├── default_definition_body_plugin.pyc
│   │   │   ├── implicit_api_plugin.py
│   │   │   ├── implicit_api_plugin.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── application
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── serverless_app_plugin.py
│   │   │   └── serverless_app_plugin.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── globals
│   │   │   ├── globals_plugin.py
│   │   │   ├── globals_plugin.pyc
│   │   │   ├── globals.py
│   │   │   ├── globals.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   └── policies
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── policy_templates_plugin.py
│   │   └── policy_templates_plugin.pyc
│   ├── policy_template_processor
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── processor.py
│   │   ├── processor.pyc
│   │   ├── template.py
│   │   └── template.pyc
│   ├── policy_templates_data
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── policy_templates.json
│   │   └── schema.json
│   ├── public
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── helpers.py
│   │   ├── helpers.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── intrinsics.py
│   │   ├── intrinsics.pyc
│   │   ├── models.py
│   │   ├── models.pyc
│   │   ├── parser.py
│   │   ├── parser.pyc
│   │   ├── plugins.py
│   │   ├── plugins.pyc
│   │   ├── sdk
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── parameter.py
│   │   │   ├── parameter.pyc
│   │   │   ├── resource.py
│   │   │   ├── resource.pyc
│   │   │   ├── template.py
│   │   │   └── template.pyc
│   │   ├── swagger.py
│   │   ├── swagger.pyc
│   │   ├── translator.py
│   │   └── translator.pyc
│   ├── region_configuration.py
│   ├── region_configuration.pyc
│   ├── sdk
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── parameter.py
│   │   ├── parameter.pyc
│   │   ├── resource.py
│   │   ├── resource.pyc
│   │   ├── template.py
│   │   └── template.pyc
│   ├── swagger
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── swagger.py
│   │   └── swagger.pyc
│   ├── translator
│   │   ├── arn_generator.py
│   │   ├── arn_generator.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── logical_id_generator.py
│   │   ├── logical_id_generator.pyc
│   │   ├── managed_policy_translator.py
│   │   ├── managed_policy_translator.pyc
│   │   ├── transform.py
│   │   ├── transform.pyc
│   │   ├── translator.py
│   │   ├── translator.pyc
│   │   ├── verify_logical_id.py
│   │   └── verify_logical_id.pyc
│   ├── validator
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── sam_schema
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── schema.json
│   │   ├── validator.py
│   │   └── validator.pyc
│   ├── yaml_helper.py
│   └── yaml_helper.pyc
└── nix-support
└── propagated-build-inputs
28 directories, 184 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment