sam
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
Package Information
- Domain:
aws.amazon.com/sam - Name:
sam - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install samPrograms
This package provides the following executable programs:
sam
Available Versions
Show all 36 versions
1.145.0,1.144.0,1.143.0,1.142.1,1.142.01.141.0,1.140.0,1.139.0,1.138.0,1.137.11.137.0,1.136.0,1.135.0,1.134.0,1.133.01.132.0,1.131.0,1.130.0,1.129.0,1.128.01.127.0,1.126.0,1.125.0,1.124.0,1.123.01.122.0,1.121.0,1.120.0,1.119.0,1.118.01.117.0,1.116.0,1.115.0,1.114.0,1.113.01.112.0
Latest Version: 1.145.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) sam -- $SHELL -iDependencies
This package depends on:
pkgx.sh^1
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.sam
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.