aws-sam-cli
There are 104 repositories under aws-sam-cli topic.
rails-lambda/lamby
🐑🛤 Simple Rails & AWS Lambda Integration
Envek/aws-sam-typescript-layers-example
Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.
aws-actions/setup-sam
Action to set up AWS SAM CLI and add it to the PATH
StackToolbox/aws-sam-webpack-plugin
A Webpack plugin to replace the build step for SAM CLI
iwpnd/fastapi-aws-lambda-example
Example app to be deployed to AWS as an API Gateway / Lambda Stack
aws-samples/sam-python-crud-sample
This project is an example about lambda, SAM, dynamodb. This repository contains source code and supporting files for a serverless application that you can deploy with the SAM CLI. It includes the following files and folders.
aws-samples/aws-step-functions-plagiarism-demo-dotnet
A simple workflow for developing AWS Step Functions to demonstrate how you can combine AWS Step Functions with AWS Lambda using .NET 8 and the Serverless Application Model (SAM), and expose your workflow via an API Gateway!
aws-samples/aws-serverless-books-api-sample
Books API using Amazon API Gateway, AWS Lambda and Amazon DynamoDB while AWS SAM for IaC. CI/CD pipeline provisioned with AWS CDK.
aquasecurity/cfsec
Static analysis for CloudFormation templates to identify common misconfiguration
aws/aws-sam-build-images
AWS SAM build images
aws-samples/aws-serverless-developer-experience-workshop-python
This repository contains the reference architecture implementation for the AWS Serverless Developer Experience workshop in Python
aws-samples/aws-serverless-developer-experience-workshop-typescript
This repository contains the reference architecture implementation for the AWS Serverless Developer Experience workshop in TypeScript
aws-samples/cookiecutter-aws-sam-dotnet
A cookiecutter template to create a .NET based AWS Lambda function and test using a Visual Studio folder structure and .NET 6
DevSazal/ts-lambda-kit
TS Lambda KIT - for making backend with TypeScript, NodeJS v18 & AWS SAM CLI 🎁 Use it to build your application quickly with a cool Architecture — Trying to provide generic functionality
3pillarlabs/aws-sam-express-sample
Deploy an Express app as an AWS Lambda with API gateway
aws-samples/aws-serverless-developer-experience-workshop-dotnet
This repository contains the reference architecture implementation for the AWS Serverless Developer Experience workshop in .NET
TractorZoom/sam-cli-action
Github Action to build, package, and deploy serverless applications using the AWS SAM CLI.
aws-samples/aws-cfn-save-costs-auto-start-stop-ec2
Automate Start and Stop of Amazon EC2 Instances to Save costs
aws-samples/aws-serverless-developer-experience-workshop-java
This repository contains the reference architecture implementation for the AWS Serverless Developer Experience workshop in Java
vincedgy/aws-sam-webpack-typescript
AWS SAM + Typescript with the help of Webpack !
Arc-Jung/aws-sam-lambda-example
AWS Serverless Application Model (AWS SAM) Example Guide & Local Debuging / AWS 서버리스 어플리케이션 모델 예제 및 로컬 디버깅
customink/lamby-rds-proxy
🦎♻️ Simple RDS Proxy Tutorial for Rails & Lambda
rogerwelin/alviss
:cloud: Scaffolding cli for setting up production ready REST APIs on AWS
ysc0423/basic-aws-apigateway
Basic AWS API Gateway set up using AWS SAM template
dev-container/cloud
☁️ A container for working with cloud cli
MattTunny/watch-security-group
SAM package for creating a cloudwatch event when ever someone modifies a security group and post into MS Teams/Slack.
oieduardorabelo/aws-sam-nested-applications-single-package-json
AWS SAM Nested Applications with single package.json to all lambda handlers
prazmok/aws-sam-gradle
Gradle plugin for deploying AWS Serverless applications using AWS SAM CLI
customink/cookiecutter-ruby
Demo AWS SAM Lambda Cookiecutter Ruby Project
tkt-actions/aws-sam-cli
For using AWS SAM-CLI in GitHub Actions
DevSazal/aws-sam-nodejs-app-with-lambda-dynamodb
AWS SAM Framework, Lambda, DynamoDB, CloudFormation, NodeJS v14, TypeScript
MattTunny/ElevateMe
ChatOps with ActiveDirectory using Serverless
sekky0905/random_lunch
[Slack commands] Choose lunch shops randomly. API Gateway + Lambda(Go) + DynamoDB
anebz/cv-website
Code for AWS resources for my CV website
aosolorzano/city-tasks-aws-fullstack
A fullstack application deployed on AWS using Copilot, SAM, and Amplify.
chapimenge3/better-sam
This project aims to make it easier to separate large AWS SAM template files and script assembly using AWS SAM CLI. It provides a Python script called `better-sam.py` that can be used to split a large AWS SAM template into multiple files and generate a single output file that can be used with the AWS SAM CLI.