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

Default variable syntax detection conflicts with variable syntax used by AWS #3693

Closed
azurelogic opened this issue May 26, 2017 · 1 comment

Comments

@azurelogic
Copy link
Contributor

This is a Bug Report

Description

There are a number of places where AWS uses ${stuff}, ${aws:stuff}, and ${iot:stuff} syntax for variables (see https://docs.aws.amazon.com/iot/latest/developerguide/iot-substitution-templates.html and https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_variables.html for examples). This is problematic as the existing default regex used for variable syntax detection cannot distinguish these AWS variables from Serverless variables.

Similar or dependent issues:

@pmuens
Copy link
Contributor

pmuens commented Feb 7, 2019

Closing since this issue is quite old and we've shipped newer versions with fixes in the past.

Feel free to re-open if this issue is still around...

@pmuens pmuens closed this as completed Feb 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants