Collection of draft architecture descriptor YAML files as examples.
The draft
architecture descriptor YAML file is here 👉 message-bus-pattern.yml
Running draft
with this command:
draft -impl message-bus-pattern.yml | dot -Tpng > message-bus-pattern.png
The draft
architecture descriptor YAML file is here 👉 s3-upload-presigned-url.yml
Running draft
with this command:
draft -impl s3-upload-presigned-url.yml | dot -Tpng > s3-upload-presigned-url.png
The draft
architecture descriptor YAML file is here 👉 cognito-custom-auth-flow.yml
Running draft
with this command:
draft -impl cognito-custom-auth-flow.yml | dot -Tpng > cognito-custom-auth-flow.png
The draft
architecture descriptor YAML file is here 👉 token-manager-google.yml
Running draft
with this command:
draft -impl token-manager-google.yml | dot -Tpng > token-manager-google.png
The draft
architecture descriptor YAML file is here 👉 auth0-custom-db-connection-with-jwt.yml
Running draft
with this command:
draft -impl auth0-custom-db-connection-with-jwt.yml | dot -Tpng > auth0-custom-db-connection-with-jwt.png
Check out this folder for more draft architecture descriptor YAML examples.