aws-sam-cli

CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM (by aws)

Aws-sam-cli Alternatives

Similar projects and alternatives to aws-sam-cli

  1. CPython

    The Python programming language

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  4. esbuild

    An extremely fast bundler for the web

  5. aws-lambda-java-libs

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

  6. postman-app-support

    Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

  7. serverless-graphql

    Discontinued Serverless GraphQL Examples for AWS AppSync and Apollo

  8. LocalStack

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

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. serverless-application-model

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

  11. toolbox

    Tool for interactive command line environments on Linux (by containers)

  12. Previous Serverless Version 0.5.x

    ⚡ Serverless Framework – Effortlessly build apps that auto-scale, incur zero costs when idle, and require minimal maintenance using AWS Lambda and other managed cloud services.

  13. ccxt

    76 aws-sam-cli VS ccxt

    A JavaScript / TypeScript / Python / C# / PHP / Go cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges

  14. aws-lambda-power-tuning

    AWS Lambda Power Tuning is an open-source tool that can help you visualize and fine-tune the memory/power configuration of Lambda functions. It runs in your own AWS account - powered by AWS Step Functions - and it supports three optimization strategies: cost, speed, and balanced.

  15. vscode-dev-containers

    Discontinued NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!

  16. tflint

    A Pluggable Terraform Linter

  17. Moto

    34 aws-sam-cli VS Moto

    A library that allows you to easily mock out tests based on AWS infrastructure.

  18. cli

    21 aws-sam-cli VS cli

    Netlify Command Line Interface (by netlify)

  19. autocannon

    15 aws-sam-cli VS autocannon

    fast HTTP/1.1 benchmarking tool written in Node.js

  20. aws-cdk-local

    Thin wrapper script for using the AWS CDK CLI with LocalStack

  21. patchelf

    A small utility to modify the dynamic linker and RPATH of ELF executables

  22. serverless-http

    Use your existing middleware framework (e.g. Express, Koa) in AWS Lambda 🎉

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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 aws-sam-cli alternative or higher similarity.

aws-sam-cli discussion

Log in or Post with

aws-sam-cli reviews and mentions

Posts with mentions or reviews of aws-sam-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-12.
  • Building a serverless GenAI API with FastAPI, AWS, and CircleCI
    6 projects | dev.to | 12 Mar 2025
  • Use Amazon Bedrock Models with OpenAI SDKs with a Serverless Proxy Endpoint - Without Fixed Cost!
    4 projects | dev.to | 2 Jan 2025
    sudo yum update -y sudo yum install -y python3.12 python3.12-pip ( cd /tmp && \ curl -L https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip -o aws-sam-cli-linux-x86_64.zip && \ unzip aws-sam-cli-linux-x86_64.zip -q -d sam-installation && \ sudo ./sam-installation/install ) git clone --depth=1 https://github.com/gabrielkoo/bedrock-access-gateway-function-url cd bedrock-access-gateway-function-url ./prepare_source.sh sam build sam deploy --guided
  • Building Scalable Applications with AWS Serverless Application Model
    2 projects | dev.to | 28 Apr 2023
    aws-sam-cli-linux
  • when should I use api-gateway aws vs self written nodejs api
    1 project | /r/node | 24 Feb 2023
    Does anyone have any success with API Gateway/Lamba for local environment with hot-reloading? I was playing around with “sam local start-api” a few weeks ago with along with CDK but it doesn’t seem like hot-reloading is supported, and need to manually restart for code changes to reflect, which is currently stopping me from trying out the API Gateway/Lamba combo further due to inefficient DX. Here’s a GitHub issue about it: https://github.com/aws/aws-sam-cli/issues/901
  • Completing the Cloud Resume Challenge with 0 Real-world Experience
    1 project | dev.to | 30 Aug 2022
    Mostly due to lack of proper documentation it was difficult to get the HTTPApi syntax correct. The yaml file is very picky for CORS configuration on an HTTPApi. Luckily I found this github issue which allowed me to troubleshoot my yaml file.
  • Why do you use Fedora SilverBlue?
    2 projects | /r/Fedora | 8 Aug 2022
    No, it's not just muscle memory. It doesn't work with podman. That's what I'm talking about https://github.com/aws/aws-sam-cli/issues/1668
  • Sharing Typescript code between AWS Lambda with AWS SAM CLI
    2 projects | dev.to | 7 Jul 2022
    AWS SAM CLI with the support of Typescript is still in Beta. If you want more advanced features maybe you should not use it. Lately, in version 1.49.0 External and Loader properties have been added. If you want to share your feedback and/or requests this issue has been created.
  • Analyzing AWS Lambda and GraalVM
    2 projects | /r/aws | 14 Mar 2022
    I spent a while creating a custom runtime to use the native-image agent to harvest config from my Lambda, and then patching sam cli to work in Docker user networks... after pushing through all that, I still didn't get a working build - the native-image compiler just doesn't support everything (or didn't support my feature set, at the time - there has been a new release since then). In my case I think it was Guice that defeated me.
  • How to Use Source Maps in TypeScript Lambda Functions (with Benchmarks)
    11 projects | dev.to | 24 Jan 2022
    SAM support for TypeScript has been lagging for some time, but a pull request was just merged that should change that. It looks like we'll be able to add an aws_sam key in the package.json file to enable building within the SAM engine as part of sam build. Although this PR has been merged to aws-lambda-builders, the engine behind sam build, it will still need to be added to aws-sam-cli and released (to much fanfare, one expects) before it can be used with SAM.
  • How to Build a Node.js Serverless Application using AWS SAM
    1 project | dev.to | 22 Jan 2022
    I am installing SAM CLI on windows and its super simple. All I need to do is Click on this MSI installer.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic aws-sam-cli repo stats
24
6,604
9.6
5 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

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