mirror of
https://github.com/swift-server/swift-aws-lambda-runtime.git
synced 2026-06-02 07:27:33 +00:00
Add an example and README for background tasks (#418)
* add an example for background tasks * swift-format * add CI * add background task section in the main readme * minor formatting changes
This commit is contained in:
@@ -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' ]"
|
||||
examples: "[ 'HelloWorld', 'APIGateway','S3_AWSSDK', 'S3_Soto', 'BackgroundTasks' ]"
|
||||
|
||||
archive_plugin_enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user