Streamline AWS Development with CI/CD, SAM, and GitHub Actions

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • sam-pipelines-cicd

  • GitHub Repository

  • serverless-application-model

    Discontinued AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications [Moved to: https://github.com/aws/serverless-application-model] (by awslabs)

  • Resources: HelloWorldFunction: Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction Properties: CodeUri: hello_world/ Handler: app.lambda_handler Runtime: python3.9 Architectures: - x86_64 Events: HelloWorld: Type: Api # More info about API Event Source: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#api Properties: Path: /hello Method: get

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

  • Using design patterns in AWS Lambda

    1 project | dev.to | 15 Jan 2024
  • Building Serverless Applications with AWS – Compute

    1 project | dev.to | 16 Jul 2023
  • Building Serverless Applications with AWS - Data

    1 project | dev.to | 10 Jul 2023
  • Deploying Lambdas with AWS SAM & GitHub Actions: Step by Step

    3 projects | dev.to | 30 Jun 2023
  • AWS Step Function Versions and Aliases

    2 projects | dev.to | 27 Jun 2023