Ask HN: How do you deploy your weekend project in 2022?

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • lunasec

    LunaSec - Dependency Security Scanner that automatically notifies you about vulnerabilities like Log4Shell or node-ipc in your Pull Requests and Builds. Protect yourself in 30 seconds with the LunaTrace GitHub App: https://github.com/marketplace/lunatrace-by-lunasec/

  • https://github.com/lunasec-io/lunasec/blob/master/lunatrace/...

    It's more complicated now but if you look at the history of that "backend-cdk" folder then it's simpler a few months ago.

    The important bit is the "ecs-patterns" library. That's the one that is magical and deals with setting up the load balancer, cluster, etc for you. And the way we shove the Docker images in I found to be quite straightforward. (And deploys are one line)

  • aws-gocljs

    fullstack web should be easy

  • on aws as scale to zero services. lambda, dynamo, s3, and ephemeral ec2 spot.

    when egress bandwidth is needed i use cloudflare workers + r2 just like i would use s3 presigned urls.

    typically i start from a full project template[1][2]. sometimes i start from scratch[3].

    1. https://github.com/nathants/aws-gocljs

    2. https://github.com/nathants/aws-exec

    3. https://github.com/nathants/libaws

  • 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
  • aws-exec

    building services on lambda should be easy and fun

  • on aws as scale to zero services. lambda, dynamo, s3, and ephemeral ec2 spot.

    when egress bandwidth is needed i use cloudflare workers + r2 just like i would use s3 presigned urls.

    typically i start from a full project template[1][2]. sometimes i start from scratch[3].

    1. https://github.com/nathants/aws-gocljs

    2. https://github.com/nathants/aws-exec

    3. https://github.com/nathants/libaws

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