ex_aws VS joken

Compare ex_aws vs joken and see what are their differences.

ex_aws

A flexible, easy to use set of clients AWS APIs for Elixir (by ex-aws)

joken

Elixir JWT library (by joken-elixir)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
ex_aws joken
5 3
1,237 737
0.3% 0.3%
8.1 4.6
5 days ago 19 days ago
Elixir Elixir
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ex_aws

Posts with mentions or reviews of ex_aws. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.

joken

Posts with mentions or reviews of joken. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-25.
  • Google Login One tap backend with Elixir and Joken
    2 projects | dev.to | 25 Oct 2022
    A quick write on how to use Google's One tap login with Elixir. There is no library for Elixir, so I struggled a bit to get the backend working until I found the answer here. This is based on the Jose/Joken library.
  • Complete, Production-Ready Phoenix Reference Applications
    28 projects | /r/elixir | 15 Nov 2021
    AuthN: For authentication, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs.
    28 projects | /r/elixir | 15 Nov 2021
    For auth, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs. Queues are an interesting use case. For one thing, longer response time are typically much less of an issue Phoenix, than with something like Rails or Django, because it can handle many times more simultaneous requests. In Rails, I would have thrown email sending into a job queue, so the request isn't blocking other request. In Phoenix, I may just send the email in the context

What are some alternatives?

When comparing ex_aws and joken you can also consider the following projects:

jose - JSON Object Signing and Encryption (JOSE) for Erlang and Elixir

erlcloud - AWS APIs library for Erlang (Amazon EC2, S3, SQS, DDB, ELB and etc)

aws-elixir - AWS clients for Elixir

aws - AWS clients for Elixir

libcluster - Automatic cluster formation/healing for Elixir applications

Nomad - Elixir/Phoenix Cloud SDK and Deployment Tool

Oceanex

Cloudi - A Cloud at the lowest level!

sidetask - :awesome = Elixir's Task ++ Basho's sidejob library

GCloudex - Friendly set of wrappers for Google Cloud Platform services' API's in Elixir.

json - Native JSON library for Elixir

poison - An incredibly fast, pure Elixir JSON library