Skip to content

Commit

Permalink
diff id
Browse files Browse the repository at this point in the history
  • Loading branch information
bilindhajer committed Feb 6, 2024
1 parent 59b32ed commit b109217
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 @@ -41,7 +41,7 @@ class ScheduledLambda extends Lambda {
if (required.some((variable) => !variable))
throw new Error('You must provide a ScheduleExpression');

this.Resources[`${this.LogicalName}Schedule`] = {
this.Resources[`${this.LogicalName}EventBridgeSchedule`] = {
Type: 'AWS::Scheduler::Schedule',
Condition: this.Condition,
Properties: {
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.2.0-3",
"version": "7.3.0-4",
"description": "Helper functions for assembling CloudFormation templates in JavaScript",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit b109217

Please sign in to comment.