aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Extend template-parameter definition syntax in serverless configuration #259

Open jasonterando opened 1 year ago

jasonterando commented 1 year ago

Support object and array syntax for template-parameters configuration file setting

See description in Issue #258

Description of changes:

Update AmazonLambdaTools to check the parameter type for template-parameters.

This approach is backward compatible, it won't break usage of existing template files.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.