Skip to content

Files

Latest commit

 

History

History

smithy-async-transformer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Smithy Async Transformer

This package defines a custom Smithy transform which is used for WebSocket APIs.

Smithy -> OpenAPI conversion requires the @http trait to be added to operations, however it would be unintuitive for users to specify this in their model for websocket APIs. We therefore use this transform to add the trait to operations prior to OpenAPI conversion.