-
Notifications
You must be signed in to change notification settings - Fork 24
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
PlantUML server version update #25
Comments
Hi @david-modica-thomas! Your example works here: https://plantuml.nitorio.us/ The plantuml version (1.2021.16) in the current plantuml-serverless release is new enough to have the fix you are after. Where are you running plantuml-serverless? Maybe you just need to update to the latest code for your deployment. Having said that, it's been almost a year between updates, so I'll try to update to the latest plantuml version here at some point... |
Hi @mmajis many thanks for your reply and for checking that. I'm installing plantuml-serverless via the "Serverless application repository" in AWS. I seems only the I see there are later tags for the project (e.g 0.3.1) and if a later version was available there it would presumably solve the issue. |
Oh yes, the serverless application repository. Unfortunately, it doesn't support the container-packaged Lambda functions that this project started to use after v0.0.6. So it's not possible to publish newer versions there. You could try deploying with the serverless framework based on the code in this repository. You'll need the serverless framework (https://www.serverless.com/) and Docker installed on your computer to run the build and deployment. More information in the README.md file. |
Ah I see, thanks for the info on it. It looks like AWS have more recently added support for container packaged Lamda functions in SAM which may help in relation to publishing newer versions https://aws.amazon.com/blogs/compute/using-container-image-support-for-aws-lambda-with-aws-sam/ |
The included version of the PlantUML server appears unable to render C4 diagrams with the following error:
Unknown variable $tagStereo
According to this issue, it is related to the PlantUML server version:
plantuml-stdlib/C4-PlantUML#138
Sample:
The same UML renders ok in VSCode with a later PlantUML server version:
The text was updated successfully, but these errors were encountered: