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:
Sébastien Stormacq
2024-11-07 11:33:34 +01:00
committed by GitHub
parent 9f8880b4f0
commit ca82709a9b
7 changed files with 291 additions and 7 deletions
+1 -1
View File
@@ -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