Skip to content

Commit c7ec80b

Browse files
VirtueMeclaude
andcommitted
feat(integration): add fixtures covering all supported plugin features
Adds 5 new fixtures and updates basic-state-machine to cover the full range of working plugin features: - express-workflow: EXPRESS type with loggingConfig and tracingConfig - notifications: SNS and SQS execution event notification targets - schedule: rate-based EventBridge rule + EventBridge Scheduler method - cloudwatch-event: EventBridge event pattern rule - api-gateway: HTTP endpoint triggering a state machine directly - basic-state-machine: extended with tags and noOutput Also adds sqs, events, scheduler and apigateway to the LocalStack SERVICES list to support the new fixtures. All 8 fixtures verified deploying successfully against LocalStack. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e66a557 commit c7ec80b

18 files changed

Lines changed: 44605 additions & 1 deletion

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ services:
33
image: localstack/localstack:4
44
network_mode: host
55
environment:
6-
SERVICES: cloudformation,stepfunctions,iam,lambda,s3,logs,sns,cloudwatch
6+
SERVICES: cloudformation,stepfunctions,iam,lambda,s3,logs,sns,cloudwatch,sqs,events,scheduler,apigateway
77
volumes:
88
- /var/run/docker.sock:/var/run/docker.sock

0 commit comments

Comments
 (0)