Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ahegdeNR committed Jan 10, 2025
1 parent 8ce54d2 commit e050330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
S3_BUCKET: unified-lambda-e2e-test-templates
run: |
cd e2e-tests/
./build-templates.sh
# ./build-templates.sh
./lambda-cloudwatch-trigger.sh
2 changes: 1 addition & 1 deletion e2e-tests/lambda-cloudwatch-trigger.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cat <<EOF > cloudwatch-parameter.json
EOF
LOG_GROUP_NAMES=$(<cloudwatch-parameter.json)

deploy_cloudwatch_trigger_stack "$LAMBDA_TEMPLATE_BUILD_DIR/$LAMBDA_TEMPLATE" "$CLOUDWATCH_TRIGGER_CASE" "$NEW_RELIC_LICENSE_KEY" "$NEW_RELIC_REGION" "$NEW_RELIC_ACCOUNT_ID" "false" "$LOG_GROUP_NAMES" "''"
#deploy_cloudwatch_trigger_stack "$LAMBDA_TEMPLATE_BUILD_DIR/$LAMBDA_TEMPLATE" "$CLOUDWATCH_TRIGGER_CASE" "$NEW_RELIC_LICENSE_KEY" "$NEW_RELIC_REGION" "$NEW_RELIC_ACCOUNT_ID" "false" "$LOG_GROUP_NAMES" "''"
#validate_stack_deployment_status "$CLOUDWATCH_TRIGGER_CASE"
#validate_lambda_subscription_created "$CLOUDWATCH_TRIGGER_CASE" "$LOG_GROUP_NAME" "$LOG_GROUP_FILTER_PATTERN"
create_cloudwatch_log_event "$LOG_GROUP_NAME" "$LOG_STREAM_NAME" "$LOG_MESSAGE"
Expand Down

0 comments on commit e050330

Please sign in to comment.