mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Add example and README for a streaming Lambda function (#415)
* add streaming example and doc * add streaming example to CI * fix soundness * remove unused files * correct usage of zsh env var * typo Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> * typo Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> * add comments Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> * typo Co-authored-by: Tim Condon <0xTim@users.noreply.github.com> * add an example README with common sections + link to each example --------- Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
This commit is contained in:
co-authored by
Tim Condon
parent
ca82709a9b
commit
54fd25bdad
@@ -35,7 +35,7 @@ jobs:
|
||||
# We pass the list of examples here, but we can't pass an array as argument
|
||||
# Instead, we pass a String with a valid JSON array.
|
||||
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
|
||||
examples: "[ 'HelloWorld', 'APIGateway','S3_AWSSDK', 'S3_Soto', 'BackgroundTasks' ]"
|
||||
examples: "[ 'HelloWorld', 'APIGateway','S3_AWSSDK', 'S3_Soto', 'Streaming', 'BackgroundTasks' ]"
|
||||
|
||||
archive_plugin_enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user