Skip to content

Instantly share code, notes, and snippets.

View aos's full-sized avatar

aos

View GitHub Profile
@hervenivon
hervenivon / config.yml
Last active June 23, 2021 04:22
circleci config file for node8 and dynamodb on localstack
version: 2
references:
base_container_config: &base_container_config
docker:
- image: circleci/node:8
working_directory: ~/repo
test_container_config: &test_container_config
docker: