sapessi / serverless-sam

Serverless framework plugin to export AWS SAM templates for a service
Apache License 2.0
152 stars 26 forks source link

adds params and condition exporting #15

Closed shortjared closed 6 years ago

shortjared commented 6 years ago

These are critical for any non-trivial implementation with CloudFormation (and by extension Serverless.com).

Changes are pretty minimal and simply followed the same pattern as Outputs. Could probably be DRY'd up but explicit and simple was my first approach.