ex_aws icon indicating copy to clipboard operation
ex_aws copied to clipboard

Feat/add tooling to generate endpoints

Open djgoku opened this issue 1 year ago • 3 comments

Adding an Elixir script to download the latest endpoints.json file from https://github.com/boto/botocore/blob/develop/botocore/data/endpoints.json, save it to priv/endpoints.exs, and then mix format it.

djgoku avatar Dec 21 '24 02:12 djgoku

This would be very helpful. I've run into two services now that didn't have the partitions included in ex_aws so I've had to hack around it.

feld avatar Feb 04 '25 22:02 feld

Ditto Feld's comment. Created https://github.com/ex-aws/ex_aws/pull/1147 due to missing services in partitions. But hadn;t realized there was some kind of "official" file this was replicating. So, this PR would be a better solution

jasonlatta avatar Jun 30 '25 17:06 jasonlatta

@bernardd is there anything left here? Should I also setup a github workflow to have this scheduled?

djgoku avatar Oct 18 '25 00:10 djgoku