swift-server / swift-aws-lambda-runtime

Swift implementation of AWS Lambda Runtime
Apache License 2.0
1.12k stars 101 forks source link

Add ControlPlaneRequestEncoder #239

Closed fabianfett closed 2 years ago

fabianfett commented 2 years ago

Add a new ControlPlaneRequestEncoder that encodes all requests into an existing buffer.

Motivation:

We want to write our request to the ControlPlaneAPI into one buffer, that we can reuse over and over.

Modifications:

Result: