serverless-application-model

The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates. (by aws)

Serverless-application-model Alternatives

Similar projects and alternatives to serverless-application-model

aws
serverless-application-model
  1. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  2. Judoscale

    Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.

    Judoscale logo
  3. terraform

    Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

  4. jest

    Delightful JavaScript Testing.

  5. webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  6. esbuild

    An extremely fast bundler for the web

  7. aws-lambda-java-libs

    Official mirror for interface definitions and helper classes for Java code running on the AWS Lambda platform.

  8. aws-cdk

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

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. serverless-graphql

    Discontinued Serverless GraphQL Examples for AWS AppSync and Apollo

  11. lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

  12. sst

    Build full-stack apps on your own infrastructure.

  13. LocalStack

    💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline

  14. serverless-patterns

    Serverless patterns. Learn more at the website: https://serverlessland.com/patterns.

  15. powertools-lambda-python

    A developer toolkit to implement Serverless best practices and increase developer velocity.

  16. aws-sam-cli

    CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

  17. serverless-offline

    Emulate AWS λ and API Gateway locally when developing your Serverless project

  18. serverless

    This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included. (by cdk-patterns)

  19. cargo-lambda

    Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.

  20. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    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 better serverless-application-model alternative or higher similarity.

serverless-application-model discussion

Log in or Post with

serverless-application-model reviews and mentions

Posts with mentions or reviews of serverless-application-model. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-27.
  • Deploying a Go Echo Application with Lambda Web Adapter, SAM, and Lambda Function URLs
    6 projects | dev.to | 27 Apr 2025
    In this case, I used the AWS Lambda Web Adapter and SAM (Serverless Application Model) to deploy a simple server application built with the Go web framework Echo via Lambda Function URLs.
  • Automating Voicebot Deployments for Amazon Connect
    4 projects | dev.to | 16 Apr 2025
    In this post, I will share WebRTC.ventures' best practices in automating the deployment of AI-powered voice assistants for Amazon Connect, moving beyond manual, click-by-click setups to a robust, scalable Infrastructure as Code (IaC) approach. We’ll explore how to manage both static and dynamic resources, leverage tools like Terraform and AWS Serverless Application Model (SAM), and even set up an automated deployment pipeline using Github Actions to deploy your conversational IVR solutions efficiently.
  • Building AWS Lambda Functions
    2 projects | dev.to | 23 Mar 2025
    My first stop was AWS SAM (Serverless Application Model), which is AWS's official tool for local development. With SAM, you can invoke a Lambda function on your machine using sam local invoke, or even spin up a local API Gateway using sam local start-api. This means you can test API calls before deploying to AWS, which is super useful.
  • Building a serverless GenAI API with FastAPI, AWS, and CircleCI
    6 projects | dev.to | 12 Mar 2025
    To expose your FastAPI endpoints using AWS API Gateway, you will use AWS Serverless Application Model (AWS SAM). AWS SAM simplifies the process of building and deploying serverless applications on AWS by providing a simplified syntax for defining AWS resources such as Lambda functions, API Gateway, IAM roles, and other related services, all within a template.yaml file.
  • How to Migrate from Serverless Framework to AWS SAM
    1 project | dev.to | 10 Nov 2024
    AWS SAM GitHub Repository
  • Use Amazon Q developer and AWS Infrastructure Composer to automate the monitoring of available IP addresses in Subnets.
    2 projects | dev.to | 27 Oct 2024
    This further enables you design your infrastructure visually, generate Infrastructure as Code and deploy it using AWS SAM (AWS Serverless Application Model) https://aws.amazon.com/serverless/sam/.
  • Local Development Server for AWS SAM Lambda Projects
    2 projects | dev.to | 28 Sep 2024
    Right now I’m working on a project where REST API is built using AWS lambdas as request handlers. The whole thing uses AWS SAM to define lambdas, layers and connect it to Api Gateway in nice template.yaml file.
  • AI-assisted software development lifecycle
    4 projects | dev.to | 25 Sep 2024
    Container images (Dockerfiles), infrastructure as code with AWS CloudFormation, AWS Serverless Application Model (SAM), or HashiCorp Terraform can all be generated, updated, or optimized using AI-assisted tools.
  • Abuse CDK functionality in CloudFormation
    1 project | dev.to | 18 Sep 2024
    When you use the AWS Serverless Application Model, you need to ensure that the resource definition does not result in multiple resources. (This will lead to multiple values being the same, which will break the rendering of the tree view.)
  • Serverless AWS Account Watcher
    3 projects | dev.to | 2 Sep 2024
    In my example I am using the Serverless Application Model (SAM) as my Infrastructure as Code tool. If you click on the links you can find more information about SAM and it's associated CLI (SAM CLI).
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 28 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic serverless-application-model repo stats
108
9,440
8.5
4 days ago

Sponsored
Save 47% on cloud hosting with autoscaling that just works
Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
judoscale.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?