All Projects → cloudydeno → deno-aws_api

cloudydeno / deno-aws_api

Licence: other
From-scratch Typescript client for accessing AWS APIs

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to deno-aws api

youtube-deno
A Deno client library of the YouTube Data API.
Stars: ✭ 30 (-9.09%)
Mutual labels:  typescript-library, deno
dataStructure
Implement different Data Structures using TypeScript and JavaScript. Deno Third-party Module.
Stars: ✭ 24 (-27.27%)
Mutual labels:  typescript-library, deno
rxjs-ninja
RxJS Operators for handling Observable strings, numbers, booleans and more
Stars: ✭ 68 (+106.06%)
Mutual labels:  typescript-library
typesql
TypeSQL - Generate Typescript API from raw MySQL queries. Compatible with Deno and Node.
Stars: ✭ 37 (+12.12%)
Mutual labels:  deno
Netrex
A powerful minecraft bedrock software written in Rust with a powerful Typescript plugin API.
Stars: ✭ 35 (+6.06%)
Mutual labels:  deno
typed-machine
A strict Finite State Machine, written in TS
Stars: ✭ 21 (-36.36%)
Mutual labels:  typescript-library
denops-deno
🐜 Deno module for denops.vim
Stars: ✭ 16 (-51.52%)
Mutual labels:  deno
deno-docker
Dockerfiles for Deno
Stars: ✭ 74 (+124.24%)
Mutual labels:  deno
avro-typescript
TypeScript Code Generator for Apache Avro Schema Types
Stars: ✭ 19 (-42.42%)
Mutual labels:  typescript-library
destjs
Make beautiful APIs with the NestJS inspired framework for Deno
Stars: ✭ 31 (-6.06%)
Mutual labels:  deno
cnpj
🇧🇷 Format, validate and generate CNPJ numbers in Node & Deno
Stars: ✭ 26 (-21.21%)
Mutual labels:  deno
cors
Deno.js CORS middleware.
Stars: ✭ 46 (+39.39%)
Mutual labels:  deno
fluent-behavior-tree
Typescript/Javascript behavior tree library with a fluent API
Stars: ✭ 55 (+66.67%)
Mutual labels:  typescript-library
aws-sdk-qt
AWS SDK for Qt
Stars: ✭ 31 (-6.06%)
Mutual labels:  aws-sdk
KosherZmanim
Port of the KosherJava zmanim library to TypeScript
Stars: ✭ 29 (-12.12%)
Mutual labels:  typescript-library
reblocks
React Components for Nano cryptocurrency (formerly RaiBlocks) - including Payments via Brainblocks
Stars: ✭ 21 (-36.36%)
Mutual labels:  typescript-library
deno-playground
play.golang.org, but built in deno, and for deno.
Stars: ✭ 57 (+72.73%)
Mutual labels:  deno
denoflow
Configuration as Code, use YAML to write automated workflows that run on Deno, with any Deno modules, Typescript/Javascript codes
Stars: ✭ 143 (+333.33%)
Mutual labels:  deno
deno nightly
🌙 Nightly builds for Deno 🦕
Stars: ✭ 11 (-66.67%)
Mutual labels:  deno
monoreact
📦 React workspaces implementation
Stars: ✭ 13 (-60.61%)
Mutual labels:  typescript-library

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].