-
Notifications
You must be signed in to change notification settings - Fork 251
Expand file tree
/
Copy pathtest.sh
More file actions
executable file
·14 lines (13 loc) · 1005 Bytes
/
test.sh
File metadata and controls
executable file
·14 lines (13 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NODE_LAMBDA=./node_modules/node-lambda/bin/node-lambda
$NODE_LAMBDA run -x test/context.json -j test/sns-codepipeline-event-pipeline-started.json
$NODE_LAMBDA run -x test/context.json -j test/sns-codepipeline-event-stage-started.json
$NODE_LAMBDA run -x test/context.json -j test/sns-codepipeline-event-stage-succeeded.json
$NODE_LAMBDA run -x test/context.json -j test/sns-codepipeline-event-stage-failed.json
$NODE_LAMBDA run -x test/context.json -j test/sns-cloudwatch-event.json
$NODE_LAMBDA run -x test/context.json -j test/sns-cloudwatch-event-metricmath.json
$NODE_LAMBDA run -x test/context.json -j test/sns-event.json
$NODE_LAMBDA run -x test/context.json -j test/sns-elastic-beanstalk-event.json
$NODE_LAMBDA run -x test/context.json -j test/sns-codedeploy-event.json
$NODE_LAMBDA run -x test/context.json -j test/sns-codedeploy-configuration.json
$NODE_LAMBDA run -x test/context.json -j test/sns-elasticache-event.json
$NODE_LAMBDA run -x test/context.json -j test/sns-autoscaling-event.json