Files
swift-aws-lambda-events/docker/docker-compose.al2.57.yaml
tomer doron 0bd5d23606 remove unnecessary preconcurrency imports (#28)
* remove unnecessary preconcurrency imports

motivation: eliminate warnings

changes: require swift 5.7 and remove unnecessary preconcurrency imports for foundation

* fixup
2023-01-10 16:23:39 -08:00

19 lines
302 B
YAML

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