mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-05-30 07:49:07 +08:00
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
19 lines
302 B
YAML
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
|