Files
swift-aws-lambda-events/docker/docker-compose.al2.54.yaml
tom doron 969c614dc4 add samples
motivation: demonstrate how to use events using sample code

changes:
* add basic sample for API Gateway
* add docker setup to test samples when changing events
2021-08-17 15:40:57 -07:00

19 lines
302 B
YAML

version: "3"
services:
runtime-setup:
image: swift-aws-lambda-events:al2-5.4
build:
args:
swift_version: "5.4"
test:
image: swift-aws-lambda-events:al2-5.4
test-samples:
image: swift-aws-lambda-events:al2-5.4
shell:
image: swift-aws-lambda-events:al2-5.4