Files
swift-aws-lambda-events/docker/docker-compose.1804.52.yaml
tom doron 91cdbbebc7 split events into spearate package
motivation: the runtime library has a stabel API while the events are still moving target, so in order to provide a 1.0 stable version we should separate them out

changes:
* import events module from the swift-aws-lambda-runtime, including git history
* update docker setup
* remove redundant examples and  scripts
2021-07-29 13:34:58 -07:00

18 lines
317 B
YAML

version: "3"
services:
runtime-setup:
image: swift-aws-lambda-events:18.04-5.2
build:
dockerfile: Dockerfile.ubuntu
args:
ubuntu_version: "bionic"
swift_version: "5.2"
test:
image: swift-aws-lambda-events:18.04-5.2
shell:
image: swift-aws-lambda-events:18.04-5.2