├── LICENSE ├── README.md ├── index.py ├── requirements.txt ├── serverless.yml ├── stack-cli2cfn-example.json └── wrapper /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/README.md -------------------------------------------------------------------------------- /index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/index.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | awscli -------------------------------------------------------------------------------- /serverless.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/serverless.yml -------------------------------------------------------------------------------- /stack-cli2cfn-example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/stack-cli2cfn-example.json -------------------------------------------------------------------------------- /wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lucioveloso/cli2cloudformation/HEAD/wrapper --------------------------------------------------------------------------------