chapimenge3/better-sam
This project aims to make it easier to separate large AWS SAM template files and script assembly using AWS SAM CLI. It provides a Python script called `better-sam.py` that can be used to split a large AWS SAM template into multiple files and generate a single output file that can be used with the AWS SAM CLI.
Python