mirror of
https://github.com/tappollo/swift-aws-lambda-events.git
synced 2026-04-28 20:05:06 +08:00
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
16 lines
276 B
YAML
16 lines
276 B
YAML
version: "3"
|
|
|
|
services:
|
|
|
|
runtime-setup:
|
|
image: swift-aws-lambda-events:al2-5.5
|
|
build:
|
|
args:
|
|
base_image: "swiftlang/swift:nightly-5.5-amazonlinux2"
|
|
|
|
test:
|
|
image: swift-aws-lambda-events:al2-5.5
|
|
|
|
shell:
|
|
image: swift-aws-lambda-events:al2-5.5
|