More JAMstack resources
When building apps using the JAMstack, you can leverage a variety of external APIs and Software-as-a-Service (SaaS) solutions that integrate with your applications running within the web browser. These APIs provide identity, access to data, storage, and other services.
In this section, we'll look at some tools and services you can leverage, but this list is far from complete (and apologies in advance if I did not include your favorite tool or service). Note in the following list that each section is ordered alphabetically:
- Static site generators
These are normally used as part of your CI/CD pipeline, and include the following:
Gatsby: https://www.gatsbyjs.com/
Hugo: https://gohugo.io/
Jekyll: https://jekyllrb.com/
- Authentication services (supporting OpenID Connect)
Amazon Cognito: https://aws.amazon.com/cognito/
Auth0: https://auth0.com/
Azure AD: https://azure.microsoft.com/services/active-directory/
Azure AD B2C: https://azure.microsoft.com...