Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Serverless Application Model | 9,106 | 84 | 18 | 4 days ago | 82 | July 29, 2023 | 113 | apache-2.0 | Python | |
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates. | ||||||||||
Aws Sam Cli | 6,372 | 31 | 12 | 7 hours ago | 168 | July 27, 2023 | 389 | apache-2.0 | Python | |
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM | ||||||||||
Serverless Express | 4,892 | 660 | 176 | 4 months ago | 33 | December 06, 2020 | 76 | apache-2.0 | JavaScript | |
Run Node.js web applications and APIs using existing application frameworks on AWS #serverless technologies such as Lambda, API Gateway, Lambda@Edge, and ALB. | ||||||||||
Aws Serverless Airline Booking | 1,985 | 4 months ago | 1 | mit-0 | ||||||
Airline Booking is a sample web application that provides Flight Search, Flight Payment, Flight Booking and Loyalty points including end-to-end testing, GraphQL and CI/CD. This web application was the theme of Build on Serverless Season 2 on AWS Twitch running from April 24th until end of August in 2019. | ||||||||||
Goformation | 815 | 44 | 3 days ago | 62 | June 10, 2021 | 44 | apache-2.0 | Go | ||
GoFormation is a Go library for working with CloudFormation templates. | ||||||||||
Deno Lambda | 777 | a month ago | 25 | mit | TypeScript | |||||
A deno runtime for AWS Lambda. Deploy deno via docker, SAM, serverless, or bundle it yourself. | ||||||||||
Aws Toolkit Jetbrains | 702 | 3 days ago | 381 | apache-2.0 | Kotlin | |||||
AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs | ||||||||||
Gofaas | 698 | 5 years ago | 21 | apache-2.0 | Go | |||||
A boilerplate Go and AWS Lambda app. Demonstrates an expert configuration of 10+ AWS services to support running Go functions-as-a-service (FaaS). | ||||||||||
Simple Websockets Chat App | 636 | 4 months ago | mit-0 | JavaScript | ||||||
This SAM application provides the Lambda functions, DynamoDB table, and roles to allow you to build a simple chat application based on API Gateway's new WebSocket-based API feature. | ||||||||||
Aws Serverless Workshop Innovator Island | 546 | 7 days ago | 1 | mit-0 | JavaScript | |||||
Welcome to the Innovator Island serverless workshop! This repo contains all the instructions and code you need to complete the workshop. Questions? Contact @jbesw. |
Installation | Blogs | Videos | AWS Docs | Roadmap | Try It Out | Slack Us
The AWS Serverless Application Model (SAM) CLI is an open-source CLI tool that helps you develop serverless applications containing Lambda functions, Step Functions, API Gateway, EventBridge, SQS, SNS and more. Some of the features it provides are:
sam init
sam build
sam local
commands on SAM and CDK applicationssam sync
in your developer environmentssam deploy
sam pipeline init
sam logs
and sam traces
Speeding up incremental changes with AWS SAM Accelerate and Nested Stacks - Read blogpost here.
Develop Node projects with SAM CLI using esbuild - and use SAM Accelerate on Typescript projects. Read blogpost here.
Speed up development with SAM Accelerate - quickly test your changes in the cloud. Read docs here.
AWS Serverless Developer Experience Workshop: A day in a life of a developer - This advanced workshop provides you with an immersive experience as a serverless developer, with hands-on experience building a serverless solution using AWS SAM and SAM CLI.
The Complete SAM Workshop- This workshop is a great way to experience the power of SAM and SAM CLI.
Getting started with CI/CD? SAM pipelines can help you get started - This workshop walks you through the basics.
Get started with Serverless Application development using SAM CLI - This workshop walks you through the basics.
To get started with building SAM-based applications, use the SAM CLI. SAM CLI provides a Lambda-like execution environment that lets you locally build, test, debug, and deploy AWS serverless applications.
Next Steps: Learn to build a more complex serverless application.
This Github repository contains source code for SAM CLI. Here is the development team talking about this code:
SAM CLI code is written in Python. Source code is well documented, very modular, with 95% unit test coverage. It uses this awesome Python library called Click to manage the command line interaction and uses Docker to run Lambda functions locally. We think you'll like the code base. Clone it and run
make pr
or./Make -pr
on Windows!
sam init
sam build
We love our contributors ❤️ We have over 100 contributors who have built various parts of the product. Read this testimonial from @ndobryanskyy to learn more about what it was like contributing to SAM.
Depending on your interest and skill, you can help build the different parts of the SAM project;
Enhance the SAM Specification
Make pull requests, report bugs, and share ideas to improve the full SAM template specification. Source code is located on Github at aws/serverless-application-model. Read the SAM Specification Contributing Guide to get started.
Strengthen SAM CLI
Add new commands, enhance existing ones, report bugs, or request new features for the SAM CLI. Source code is located on Github at aws/aws-sam-cli. Read the SAM CLI Contributing Guide to get started.
Update SAM Developer Guide
SAM Developer Guide provides a comprehensive getting started guide and reference documentation. Source code is located on Github at awsdocs/aws-sam-developer-guide. Read the SAM Documentation Contribution Guide to get started.
Join the SAM developers channel (#samdev) on Slack to collaborate with fellow community members and the AWS SAM team.