Adding Cognito Authentication to our Serverless Dash App

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dash-cognito-auth

  • In order to authenticate our users through Cognito, we‘re going to use the dash-cognito-auth package that Franck Spijkerman published a few years ago and to which I recently started contributing to keep it up to date.

  • aws-blog.de-projects

    Projects and examples for https://www.tecracer.com/blog

  • With this theory out of the way, let‘s see how we can implement it. I have once again created a repository with a SAM-based app. The app deploys the required Cognito user pool and app client for authentication and grants the Frontend Lambda permission to describe the User Pool and retrieve some secrets at runtime so that they don‘t have to be hardcoded. Almost all the rest happens in the Lambda function.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Adding Basic Authentication to the Serverless Dash App

    1 project | dev.to | 20 Mar 2024
  • Advanced Credential Rotation for IAM Users with a Grace Period

    1 project | dev.to | 9 Jun 2023
  • Push-Down-Predicates in Parquet and how to use them to reduce IOPS while reading from S3

    1 project | dev.to | 21 Apr 2023
  • The beating heart of SQS - of Heartbeats and Watchdogs

    1 project | dev.to | 24 Mar 2023
  • Introduction to asynchronous interactions with the AWS API in Python

    1 project | dev.to | 5 Dec 2022