mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-01-12 17:03:10 +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
341 B
YAML
19 lines
341 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-aws-lambda-events:al2-main
|
|
build:
|
|
args:
|
|
base_image: "swiftlang/swift:nightly-main-amazonlinux2"
|
|
|
|
test:
|
|
image: swift-aws-lambda-events:al2-main
|
|
|
|
test-samples:
|
|
image: swift-aws-lambda-events:al2-main
|
|
|
|
shell:
|
|
image: swift-aws-lambda-events:al2-main
|