Skip to content
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

[Enhancement]: Adding support for calling functions inline #400

Merged
merged 6 commits into from Aug 24, 2023

Conversation

joshfried-aws
Copy link
Contributor

@joshfried-aws joshfried-aws commented Aug 23, 2023

Issue #, if available:
#374

Description of changes:
This pr adds functionality to both the parser and the guard evaluation engine to allow users to write functions inline. Previously users would have to assign the result from a function to a variable, and then use an access query to evaluate the result. Now users are able to call functions directly, and compare them.

Please note: although this PR addresses most cases where functions can be called inline, there's still a limitation on calling them on the LHS of an operator. We are still researching if this is possible achieve in 3.x


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

@joshfried-aws joshfried-aws merged commit 4142000 into aws-cloudformation:main Aug 24, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants