This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
LambdaRuntime v0.5.0
Pre-release
Pre-release
Breaking change
Renamed the class LambdaRuntime
to just Runtime
. Since we used LambdaRuntime
for the library as well as the main class LambdaRuntime
there was no way for the compiler to know if we speak about the class or the namespace. Therefore using the swift namespace was completely broken. (#26)
I was made aware of the problem here:
#25
This also needs to be fixed in swift-aws-sdk:
soto-project/soto#218
With LambdaRuntime
and AWSSDKSwift
working in the same problem space, issues are very likely in the room of naming. For this reason this needs to be addressed as soon as possible, which is why I decided to do the breaking sooner rather than later.