Skip to content

cloudydeno/deno-aws_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dc68408 · Aug 27, 2021
Aug 27, 2021
Aug 19, 2021
Aug 27, 2021
Aug 27, 2021
Feb 14, 2021
Sep 27, 2020
Apr 28, 2021
Aug 27, 2021

Repository files navigation

Test CI

aws_api for Deno

From-scratch Typescript AWS API client built for Deno.

See lib/README for information about using this library

There's two main parts to this repo:

  • lib/ is the signing client, helpers, and generated API bindings that get uploaded to the /x/ registry.
  • generation/ is a big mash of Typescript that uses aws-sdk-js@2 API definitions to write out all the files in lib/services/.
    • generation/deploy/ contains a Deno Deploy application to dynamically serve generated API bindings.

I'm not affiliated to Amazon at all, but I do intend to support reasonable usecases. Don't be afraid to submit issues on this repository or reach out to me on the Deno Discord about this effort.