Sceptre / sceptre-sam-handler

A Sceptre template handler for AWS Serverless Application Model (SAM)
Apache License 2.0
7 stars 2 forks source link

Supporting Jinja templates for the SAM Handler #3

Closed jfalkenstein closed 2 years ago

jfalkenstein commented 2 years ago

There's a valid use case for wanting to use Jinja logic (loops, variable references, etc...) in SAM templates, just like in normal Sceptre CloudFormation templates. This pull requests adds that capability.