PasswordLess Authentication with AWS CDK

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • awesome-cdk

    A collection of awesome things related to the AWS Cloud Development Kit (CDK)

    One of the great concepts about CDK is custom constructs. Basically, you can write a block of your infra and then use it anywhere multiple times. There are great example of these custom construct in the documentation of CDK but also in Github you can find people building their own construct and sharing it with others. This is a repo presenting some of those awesome CDK constructs.

  • serverless-graphql

    Serverless GraphQL Examples for AWS AppSync and Apollo

    Couple of years ago, I joined a company that their whole architecture was Serverless, it was great because I was working with the same services too. We had our IaC with serverless framework and was working well. However, still wasn't great specially for the devs, writing in yaml files and reviewing it on the PR is not a best experience honestly. I was lucky that my boss that time introduced AWS CDK to me and that time it was beta. I remember first version of CDK that we tried and it was not mature, but, we liked it and we saw the future in it. So, we decided to write the new stacks with CDK and slowly catching up on the old yaml files.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

    AWS CDK is a great framework to code the infrastructure on AWS, it is open source, free, well documented and has a huge community. For a lot of years, I was working with cloudFormation and yaml files, I really didn't like it, I was spending a lot of time deploying my stacks and figuring out the errors, specially errors related to roles and permissions.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts