Skip to content

ludewigh/sam-cli-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub release docker image size image layers image pulls

sam-cli-docker

Docker for AWS SAM CLI. You don't need to install anything or resolve any dependency issue in your laptop, just docker run it and it just works!

$ docker run -ti pahud/aws-sam-cli:latest sam --version                              
SAM CLI, version 0.21.0

Docker Image Autobuilding

The Docker image is hosted in docker hub as an automated build and will be trigger periodically to make sure it ships with the latest version of AWS SAM CLI. Check the latest build details

The commands below will help you run the latest SAM CLI with docker.

$ docker pull pahud/aws-sam-cli:latest
$ docker run -ti pahud/aws-sam-cli:latest sam --version 

About

Docker image for AWS SAM CLI

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 52.4%
  • Makefile 47.6%