Bernard

Bernard

New ExAws maintainer

Following @benwilson512’s decision to step back from ExAws maintenance (see Maintainer Wanted: ExAws), he’s kindly agreed to hand the reins of the project over to me.

First and foremost I’d like to thank Ben for all his hard work on the project to this point. I know a lot of people (myself included) rely on it and hopefully I’ll be able to keep it in a state where we all continue to be able to do so.

I’ve got a couple of ideas for things I’d like to do with the library in the future, in particular around how to improve testability, but initially my focus is going to be working through the backlog of PRs and issues.

Thanks again to Ben and everyone else who has contributed thus far, and I look forward to seeing where we can take things.

Cheers,

Bernard

Most Liked

benwilson512

benwilson512

Author of Craft GraphQL APIs in Elixir with Absinthe

Hey folks! I can verify that this is the direction we are going! Many thanks to Bernard for stepping up to organize the interest and effort around the project. I wish him the best!

Ben

20
Post #1
joaquinalcerro

joaquinalcerro

Thanks @benwilson512 and @Bernard for their support to this library and the Elixir Community.

Best Regards

artkay

artkay

This is awesome! Thanks, @Bernard!

Last Post!

Rodeoclash

Rodeoclash

@Bernard thanks for stepping in to take the reigns and @benwilson512 thanks for all your hard work on things!

Where Next?

Popular in Discussions Top

New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
AlexMcConnell
The reason that Rails is as popular as it is is because it’s very easy for relatively inexperienced developers to get a lot of work done....
588 20142 166
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
mikl
I wanted to capitalize a string, and tried using String.capitalize(). That generally works well, until you try to capitalize a word like...
New
crispinb
On reading dhh’s latest The One Person Framework it strikes me that Phoenix with LiveView is already pretty much this. However, never hav...
New
fireproofsocks
I’ve been working on an Elixir project that has required a lot of scripting. I usually reach for Elixir because I like it more (and in th...
New

Other popular topics Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
saif
Hello everyone, Long time lurker first time poster here. I’ve recently begun working on Elixir full-time again! :raised_hands: It’s been...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42716 114
New
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New

We're in Beta

About us Mission Statement