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

autogenerate more apis #67

Open
dynnamitt opened this issue Jan 24, 2022 · 1 comment
Open

autogenerate more apis #67

dynnamitt opened this issue Jan 24, 2022 · 1 comment

Comments

@dynnamitt
Copy link

dynnamitt commented Jan 24, 2022

Wouldn't it be nice to have more services ?
I've been looking into elixirs implementation and they build the functions from aws' go-lang json.
see https://github.com/aws-beam/aws-codegen.

Yes I'll look into it one day myself once I've finished building all the mandatory games in the Realm book ;-)

@greghendershott
Copy link
Owner

I agree it would be interesting to try that approach, particularly because that's how -- if I recall correctly from looking at this some years ago -- that's how AWS themselves started to cope with their "API explosion" in lang wrappers like boto.

Although it sounds like a fun project for someone someday, I currently have no plans to do that, myself.

p.s. To the extent I use AWS these days, from within Racket apps, it is still just the services already supported in this library. (Even when I might use a few more services to create infrastructure in which the apps run, like EC2 or ECS or whatever, the apps themselves don't need a wrapper for those services. Also there are things like RDS where the app talks to e.g. Postgres in the usual ways, not through an AWS API.)

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

No branches or pull requests

2 participants