5 Commits

Author SHA1 Message Date
Fabian Fett
f1936ce147 Drop Swift 5.2 and 5.3 (#14)
As outlined in a [Swift forums post in November ’21](https://forums.swift.org/t/swiftnio-swift-version-support/53232), SwiftNIO will only support the latest non-patch Swift release and the 2 immediately prior non-patch versions.

In this commit we drop support for Swift 5.2 and 5.3.
2022-04-20 21:25:36 +02:00
tomer doron
06f076ae07 update example to current runtime API (#9) 2022-02-10 23:29:38 -08:00
tomer doron
9ae45c9223 adjust example to recent API changes (#5)
motivation: correct examples

changes: adjust lambda signature to new API in @main
2021-09-22 17:19:04 -07:00
Fabian Fett
2bffdda25d Remove service namespaces (#2)
To prevent naming collisions with other AWS libraries, we drop the service namespaces for events.
2021-08-19 18:39:17 +02:00
tom doron
969c614dc4 add samples
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
2021-08-17 15:40:57 -07:00