Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(general): Used jsonpath to update vertex attributes (#6852)
* Added calculation of Fn::Sub in case of using Pseudo Parameter as it is a default one from cloudformation and shouldn't exist in the code * Only do sub in case of pseudo parameter usage * added example * Middle of debugging, currently works * Refactored update attribtue code to a method for jsonpath specifically * Created test based on example * Do not return jsonpath key from inner function * Check key in attribtues before accessing it * Removed mistakenly changed calculation of end vertices * Removed tmp example files * Added try-except to handle errors when parsing the jsonpath attribute * Removed re module usage to improve performance * Implemented cache for jsonpath to improve performance * Updated threshold on linux machine performance from 10 to 11 * Removed bad comment:
- Loading branch information