swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.13k stars 102 forks source link

update and add examples to new APIs #228

Closed tomerd closed 2 years ago

tomerd commented 2 years ago

motivation: keep code up to date with API changes

changes:

fabianfett commented 2 years ago

What's the benefit of moving the String and Codable sample out of the main Package.swift?

tomerd commented 2 years ago

What's the benefit of moving the String and Codable sample out of the main Package.swift?

its much less noisy. these are really just samples and so they should not be part of the main package. One area where this causes headache is that tools that scan packages (like package collections and package indexes) and cannot tell that these modules are "not important" so they show up as valid modules you may want to use, which his not the intent