amplify-hosting VS goldstack

Compare amplify-hosting vs goldstack and see what are their differences.

amplify-hosting

AWS Amplify Hosting provides a Git-based workflow for deploying and hosting fullstack serverless web applications. (by aws-amplify)

goldstack

Templates and boilerplates for fullstack projects customised to your needs. (by goldstack)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
amplify-hosting goldstack
20 14
440 118
0.7% -
6.7 9.4
about 2 months ago 6 days ago
Dockerfile HTML
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.

amplify-hosting

Posts with mentions or reviews of amplify-hosting. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Create a simple OTP system using AWS Serverless services
    3 projects | dev.to | 27 Jun 2023
    Amplify Web Hosting
  • How to Deploy a Next.js 13 Site with AWS Amplify
    2 projects | dev.to | 5 Dec 2022
    Head to AWS Amplify Hosting and click on the Host your web app button. You’ll be redirected to this page.
  • Can you host a React site with a database in AWS?
    3 projects | /r/reactjs | 16 Nov 2022
    Just looked up the feature request and looks like they still don’t support it https://github.com/aws-amplify/amplify-hosting/issues/56
  • Building my blog with AWS Amplify and Next.JS
    2 projects | dev.to | 26 Sep 2022
    As of today, Amplify doesn't support Next.JS@12 fully and because of that, it'd be better and safer to downgrade to version 11 (of course we'd miss some of the awesome features from v12 but that's fine). So I'm making it "next": "11.1.4" in the package.json. Since we're downgrading it to v11, we need to downgrade usage of webpack from 5 to 4 and for doing that we need to add webpack5: false to our next.config.js file. I also add SVG support to that file for the future and it looks like this:
  • Bearcam Companion: Hosting with Amplify and GitHub
    2 projects | dev.to | 3 Sep 2022
    The Bearcam Companion application was pretty much ready to go after my last post on Lambdas. The final step (at least for a minimum viable product) was to publish the site. Not surprisingly, I chose to use AWS Amplify Hosting.
  • The Ultimate Guide to Static Websites with S3 and Terraform
    7 projects | dev.to | 19 May 2022
    Hosting a simple static website is one of those things one would expect to be easier on AWS (it is by far from the only one). AWS seem to have recognised this and now offer the AWS Amplify Hosting service. I have not used this service myself but like other services branded under the Amplify umbrella it will come with the usual trade-off: a quicker setup for less flexibility.
  • Inherited A PHP Mess
    4 projects | /r/Wordpress | 13 May 2022
    I've run into a similar issue where the company wanted to bring on their Wordpress blog content on one site into their main site. NextJS combined with WPGraphQL did the trick. If you are going the static site generation route the main drawback is having to rebuild and deploy every time a new blog post is made. Could host it on AWS Amplify but I use Netlify and Cloudflare Pages. Take a look through their pricing models and pick whatever feels comfortable for you (still assuming a static site generated setup). In my opinion, NextJS is good enough. If it gets the job done in a reasonable amount of time, pick it. You mention having experience with Vue so maybe Nuxt is a better option?
  • Create a simple OTP system with AWS Serverless
    4 projects | dev.to | 27 Sep 2021
    Amplify Web Hosting
  • The Pitfalls of Deploying a NextJS Frontend on AWS Amplify
    2 projects | dev.to | 29 Aug 2021
    In short: you don't. Or you enlist the help of AWS Support (which you will have to pay for). The Amplify web console doesn't share detailed build logs, so you'll have to fix your problems by trial and error.
  • Next.js 10.1 – 3x Faster Refresh, Image Improvements, Apple Silicon Support
    8 projects | /r/reactjs | 29 Mar 2021
    If you're referring to Amazon's static site hosting service, Amplify, which does this kind of proxying, you'd be right that it is a PIA, however, it is also the only static site hosting service that requires you to update your routes through their console. And one of the oldest and most popular issues logged on their git repo is to have this changed.

goldstack

Posts with mentions or reviews of goldstack. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-31.
  • esbuild Ignore With Comments Plugin
    3 projects | dev.to | 31 Oct 2022
    If you have any question or comments, please reach out or raise an issue 🤗.
  • Serverless React SSR on AWS
    14 projects | dev.to | 20 Oct 2022
    Thus, I started the process of developing a server-side rendering friendly template a few months ago. I released this template a while ago and have since also completed the implementation of the new version of my blog. This post contains my experiences and learnings from this process.
  • A Guide to CSS Modules with React
    6 projects | dev.to | 17 Aug 2022
    For any suggestions, ideas and comments, please be welcome to head to GitHub and create an issue 🤗.
  • Beginners Guide to DynamoDB with Node.js
    5 projects | dev.to | 15 Jun 2022
    The above template and boilerplate are regularly updated and automatically tested (project install & standing up infrastructure). If you nonetheless encounter any problems, please raise an issue on GitHub.
  • The Ultimate Guide to Static Websites with S3 and Terraform
    7 projects | dev.to | 19 May 2022
    Consider helping out making this template better for others by raising an issue in GitHub if you encounter any problems or have questions or ideas.
  • Sending Emails with SES, Terraform and TypeScript
    4 projects | dev.to | 24 Apr 2022
    The above assumes that there is a local .aws/config and/or .aws/credentials file present. Note that the AWS credentials in awsUser can be initialised in many different ways, see the file awsUserUtils.ts for reference or the AWS documentation on Setting SDK Credentials in Node.js.
  • Next.js 12 + Bootstrap Boilerplate
    4 projects | dev.to | 22 Mar 2022
    If you have any comments or ideas for this template, please head over to the Goldstack GitHub project and raise an issue.
  • Serverless Next.js on AWS with Terraform 1.1
    6 projects | dev.to | 27 Jan 2022
    I originally developed a boilerplate template for Next.js with Bootstrap using Terraform version 0.12 and that has been working well for over a year now (see my original blog post). However, recently AWS announced that changes to their API would require an update of the AWS Terraform Provider. While there is an option to patch an older version of the Terraform provider, I figured that may be as good an excuse as any to update the template to the latest version of Terraform, which is 1.1 as of this writing.
  • TypeScript Serverless API on AWS
    3 projects | dev.to | 12 Jan 2022
    Since creating and maintaining these route definitions can be quite cumbersome, I have developed a small utility that scans a folder (src/routes) for .ts files and ensures that Terraform creates routes for all handlers defined in these folders. Find the source code for this utility in collectLambdasFromFiles.ts. For information on the rules used to map file names to routes in the API, please see Defining Routes.
  • TypeScript Types for AWS Lambda
    3 projects | dev.to | 7 Jan 2022
    echo.ts: Returning a custom object.

What are some alternatives?

When comparing amplify-hosting and goldstack you can also consider the following projects:

nextjs-bootstrap-boilerplate - Boilerplate for a Next.js Project using Bootstrap Styling. Configured for TypeScript and Terraform.

terraform-aws-apigateway-v2 - Terraform module to create AWS API Gateway v2 (HTTP/WebSocket) 🇺🇦

nextjs-wordpress-starter - A headless starter for WordPress powered by Next.js.

next-auth - Authentication for the Web.

commerce - Next.js Commerce

light-server - A lightweight cli static http server and it can watch files, execute commands and trigger livereload

simple-otp - Simple OTP system with AWS Serverless

Gatsby - The best React-based framework with performance, scalability and security built in.

ses-terraform-typescript-boilerplate - Boilerplate for sending emails using Amazon Simple Email Service (SES) with TypeScript ready for deployment to AWS using low-cost, highly scaleable serverless infrastructure defined using Terraform.

static-website-boilerplate - Boilerplate for a serverless static website project - deployed to AWS using CloudFront and AWS.

Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]