swift-server / swift-aws-lambda-runtime

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

Document how to deploy using AWS Lambda Container Image Support #193

Open tomerd opened 3 years ago

tomerd commented 3 years ago

AWS recently released AWS Lambda Container Image Support which library users may find useful. Need to add documentation for this new deployment scheme

ktoso commented 3 years ago

By the way, @slashmo has been working on a swift-distributed-tracing backend that's compatible with this image, it's bit weird since it is both otel, but also expects the IDs to be generated in XRay format. Moritz's latest work takes that into account as well and is configurable enough to handle it.

It would be a nice minimal tracer to consider for inclusion here :)