aaronshaf / dynamodb-admin

GUI for DynamoDB Local or dynalite
MIT License
1.34k stars 133 forks source link

Add possibility to inject express #381

Closed gabrielgollo closed 1 year ago

gabrielgollo commented 1 year ago

Is there any possibility of improving the createServer function by adding this? With that, I could inject my own Express instance and use only one server with another GUI tool like this: https://github.com/ajyounguk/aws-sqs-sns-client.

image

rchl commented 1 year ago

Feel free to create a PR.