Skip to content

Frameio/aws-sam-cli

 
 

Repository files navigation

SAM CLI (Beta)

Build Status Apache-2.0 Contributers GitHub-release PyPI version

Join the SAM developers channel (#samdev) on Slack to collaborate with fellow community members and the AWS SAM team.

sam is the AWS CLI tool for managing Serverless applications written with AWS Serverless Application Model (SAM). SAM CLI can be used to test functions locally, start a local API Gateway from a SAM template, validate a SAM template, fetch logs, generate sample payloads for various event sources, and generate a SAM project in your favorite Lambda Runtime.

Main features

  • Develop and test your Lambda functions locally with sam local and Docker
  • Invoke functions from known event sources such as Amazon S3, Amazon DynamoDB, Amazon Kinesis Streams, etc.
  • Start local API Gateway from a SAM template, and quickly iterate over your functions with hot-reloading
  • Validate SAM templates
  • Get started with boilerplate Serverless Service in your chosen Lambda Runtime sam init

Get Started

Learn how to get started using the SAM CLI with these guides:

Project Status

  • Python Versions support
    • Python 2.7
    • Python 3.6
    • Python 3.7
  • Supported AWS Lambda Runtimes
    • nodejs
    • nodejs4.3
    • nodejs6.10
    • nodejs8.10
    • java8
    • python2.7
    • python3.6
    • python3.7
    • go1.x
    • dotnetcore1.0
    • dotnetcore2.0
    • dotnetcore2.1
    • ruby2.5
    • Provided
  • AWS credential support
  • Debugging support
  • Inline Swagger support within SAM templates
  • Validating SAM templates locally
  • Generating boilerplate templates
    • nodejs
    • nodejs4.3
    • nodejs6.10
    • nodejs8.10
    • java8
    • python2.7
    • python3.6
    • python3.7
    • go1.x
    • dotnetcore1.0
    • dotnetcore2.0
    • ruby2.5
    • Provided

Contributing

Contributions and feedback are welcome! Proposals and pull requests will be considered and responded to. For more information, see the CONTRIBUTING file.

A special thank you

SAM CLI uses the open source docker-lambda Docker images created by @mhart.

About

AWS SAM CLI 🐿 is a CLI tool for local development and testing of Serverless applications

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • C# 1.0%
  • PowerShell 0.6%
  • Java 0.6%
  • Shell 0.4%
  • JavaScript 0.4%
  • Other 0.8%