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 56f1167 commit 6af6e66Copy full SHA for 6af6e66
.github/workflows/pull_request.yml
@@ -39,7 +39,7 @@ jobs:
39
# We pass the list of examples here, but we can't pass an array as argument
40
# Instead, we pass a String with a valid JSON array.
41
# The workaround is mentioned here https://github.com/orgs/community/discussions/11692
42
- examples: "[ 'APIGateway', 'APIGateway+LambdaAuthorizer', 'BackgroundTasks', 'HelloJSON', 'HelloWorld', 'HelloWorldNoTraits', 'HummingbirdLambda', 'ResourcesPackaging', 'S3EventNotifier', 'S3_AWSSDK', 'S3_Soto', 'Streaming', 'Streaming+Codable', 'ServiceLifecycle+Postgres', 'Testing', 'Tutorial' ]"
+ examples: "[ 'APIGatewayV1', 'APIGatewayV2', 'APIGatewayV2+LambdaAuthorizer', 'BackgroundTasks', 'HelloJSON', 'HelloWorld', 'HelloWorldNoTraits', 'HummingbirdLambda', 'ResourcesPackaging', 'S3EventNotifier', 'S3_AWSSDK', 'S3_Soto', 'Streaming', 'Streaming+Codable', 'ServiceLifecycle+Postgres', 'Testing', 'Tutorial' ]"
43
archive_plugin_examples: "[ 'HelloWorld', 'ResourcesPackaging' ]"
44
archive_plugin_enabled: true
45
0 commit comments