You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be willing to accept a pull request to parameterize the schedule for invoking the Lambda function in your CloudFormation template that is currently hard coded to rate(1 hour)? (Template.yaml line 41)
The proposed change would be to add an optional parameter with the default of the current value (rate(1 hour)).
This would allow us to invoke it much less frequently for some scenarios where changes are less frequent.
The text was updated successfully, but these errors were encountered:
Would you be willing to accept a pull request to parameterize the schedule for invoking the Lambda function in your CloudFormation template that is currently hard coded to
rate(1 hour)
? (Template.yaml line 41)The proposed change would be to add an optional parameter with the default of the current value (
rate(1 hour)
).This would allow us to invoke it much less frequently for some scenarios where changes are less frequent.
The text was updated successfully, but these errors were encountered: