-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Template Substitions are not supported for YAML #116
Comments
Yes, I haven't implemented YAML substitution yet. Its on my list of things to do, a pull request is also welcome :) |
Any news on that? I can try to help with a PR. |
@fabiob Thanks for your reply. Please feel free to contribute with the PR which could be reviewed by development team. |
Our current deployment script to work around this is to:
edit: I may have misunderstood this issue as being about |
Currently Template Substitions are supported only for JSON.
https://github.com/aws/aws-lambda-dotnet/blob/911103991bb6c8b22216dc419f9cfb6986eaa764/Libraries/src/Amazon.Lambda.Tools/Utilities.cs#L450
This means we cannot use YAML if we want to use lambda deploy-serverless or lambda package-ci.
The text was updated successfully, but these errors were encountered: