mirror of
https://github.com/swift-server/swift-openapi-lambda.git
synced 2026-05-03 07:22:26 +00:00
c72834d93c
- Update this library to support the upcoming release of AWS Lambda Runtime for Swift v2. This change affects the public API (some `Sendable` added) and requires a major version bump. I propose to release v2 to align this library's major with the Swift AWS Lambda Runtime's major. - Add a QuoteAPI example in the `Examples` directory
4 lines
146 B
Docker
4 lines
146 B
Docker
# image used to compile your Swift code
|
|
FROM public.ecr.aws/docker/library/swift:6.1-amazonlinux2
|
|
RUN yum -y install git jq tar zip openssl-devel
|