Skip to content
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

[Language request] Smithy support #3805

Open
kubukoz opened this issue Jun 25, 2024 · 0 comments
Open

[Language request] Smithy support #3805

kubukoz opened this issue Jun 25, 2024 · 0 comments

Comments

@kubukoz
Copy link

kubukoz commented Jun 25, 2024

Language

Smithy - it's an IDL from AWS, used to describe APIs, events and other contracts.

Already supported in GitHub, e.g.

$version: "2"

namespace hello

@http(uri: "/foo", method: "GET")
operation GetHello {
  input := {
    @httpHeader("x-greeting") @required s: String
  }
}

Additional resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant