Skip to content

sbstjn/docker-sam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sbstjn/sam Docker Stars Docker Pulls

Docker image with useful tools for node projects with aws-sam-cli. Works fine in CircleCI and GitLab CI.

Components

  • node v12.14.1
  • yarn v1.21.1
  • sam v0.39.0

Packages

  • apollo
  • graphql-cli
  • swagger-combine

Usage

General

# Dockerfile

FROM sbstjn/sam

CircleCI

jobs:
  checkout:
    working_directory: ~/repo
    docker:
      - image: sbstjn/sam

Development

# Clone repository

$ > git clone git@github.com:sbstjn/docker-sam.git
$ > cd docker-sam

# Build container

$ > docker build .

# Start bash and test your environment

$ > docker run -it --entrypoint /bin/bash <container-id>

About

Toolbox for AWS SAM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published