We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf624f2 commit 4f7a377Copy full SHA for 4f7a377
Examples/Streaming/README.md
@@ -245,11 +245,6 @@ The content of the input `ByteBuffer` depends on how you invoke the function:
245
Here is an example of Lambda function URL payload:
246
247
```json
248
-// This is an example of payload received when
249
-// the function is invoked by a Lambda function URL.
250
-// You can use the `FunctionURL` structure provided by the Lambda Event library to decode this
251
-// See, https://github.com/swift-server/swift-aws-lambda-events/blob/main/Sources/AWSLambdaEvents/FunctionURL.swift
252
-
253
/*
254
{
255
"version": "2.0",
0 commit comments