yahehe / Nancy.Swagger

Nancy plugin for generated API documentation in Swagger format.
MIT License
133 stars 60 forks source link

Remove Dependency on AWSSDK #91

Closed jnallard closed 7 years ago

jnallard commented 7 years ago

The Base Cimpress.Nancy project should not require AWS, but we have it currently to allow loading the config from S3. This should either be removed (and left for the consumer of this library to implement themselves) or perhaps a new project called Cimpress.Nancy.AWS can be created (which adds extra classes and helpers for working with AWS and Nancy).

jnallard commented 7 years ago

Wrong project. Sorry!