Skip to content

Commit

Permalink
fixing arn
Browse files Browse the repository at this point in the history
  • Loading branch information
bilindhajer committed Feb 6, 2024
1 parent b109217 commit e1fb6e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/shortcuts/scheduled-lambda.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class ScheduledLambda extends Lambda {
'Fn::Sub': 'events.${AWS::URLSuffix}'
},
SourceArn: {
'Fn::GetAtt': [`${this.LogicalName}Schedule`, 'Arn']
'Fn::GetAtt': [`${this.LogicalName}EventBridgeSchedule`, 'Arn']
}
}
};
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mapbox/cloudfriend",
"version": "7.3.0-4",
"version": "7.3.0-5",
"description": "Helper functions for assembling CloudFormation templates in JavaScript",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit e1fb6e0

Please sign in to comment.