Software Alternatives & Reviews

Solo SaaS - How I Built a Serverless Workout App By Myself

SendGrid Amazon Cognito
  1. Learn why more developers choose SendGrid for their email deliverability service to send transactional emails triggered by web apps. Get started for free
    Email is sent via an event. I have a Lambda function triggered off an EventBridge rule in my serverless toolbox that will send an email via SendGrid. This allows me to reuse that functionality across all my projects, once again minimizing the amount of resources I have allocated in the cloud.

    #Email Delivery #Transactional Email #Email Marketing 106 social mentions

  2. Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.
    The app uses Amazon Cognito to authenticate users via Google. This was probably the hardest part of the entire project - setting up and configuring the resources necessary to get a Cognito user pool wired up to Google. I kept the Cognito resources in a SAM template separate from the user interface to allow me to iterate on the back-end and UI separately.

    #Identity Provider #SAML #Identity And Access Management 63 social mentions

Discuss: Solo SaaS - How I Built a Serverless Workout App By Myself

Log in or Post with