AWS Lambda Graviton2, cheap and slow

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
  • aws

    all things cloud from IaC to full apps (by talkncloud)

  • cpu-benchmark

    CPU benchmark by calculating Pi, powered by Python3

  • listAppend = [] for item in range(10): someString = "i like" someString = someString + " pie" listAppend.append(someString) # number calculation # Source / Credit: https://github.com/alexdedyura/cpu-benchmark for x in range(1,1000): 3.141592 * 2**x for x in range(1,10000): float(x) / 3.141592 for x in range(1,10000): float(3.141592) / x

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

  • aws-graviton-getting-started

    Helping developers to use AWS Graviton2 and Graviton3 processors which power the 6th and 7th generation of Amazon EC2 instances (C6g[d], M6g[d], R6g[d], T4g, X2gd, C6gn, I4g, Im4gn, Is4gen, G5g, C7g[d][n], M7g[d], R7g[d]).

  • I was pretty pumped when I saw the announcement for AWS Lambda Graviton2 support for a couple of reasons, performance and cost. AWS have provided Graviton2 support for EC2 for a while now so it's good to see this flow into Lambda especially if it's going to save us a buck and it's faster, whats not to like?

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

  • Deploy Laravel API To AWS Lambda

    1 project | dev.to | 10 Apr 2024
  • AWS to deprecate boto resource abstractions

    1 project | news.ycombinator.com | 20 Jan 2023
  • Building your own CDN under 5 minutes

    1 project | dev.to | 19 Jan 2023
  • TIL: How to CDK Diff Your Entire App

    1 project | dev.to | 13 Jan 2023
  • Automated Dev Environment Per Branch with CDK

    2 projects | dev.to | 12 Dec 2022