-
I am trying EventBridge Scheduler via AWS SDK Ruby v3 on Lambda function. > require 'aws-sdk-scheduler'
> Aws::QuickSight::Client.new(region: "#{region}")
=> #<Aws::QuickSight::Client>
> Aws::Scheduler::Client.new(region: "#{region}")
`<main>': uninitialized constant Aws::Scheduler (NameError) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for opening a discussion. |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Thanks for opening a discussion.
aws-sdk-scheduler
does not appear to be in the latest Lambda runtime. My understanding is that there should be routine/regular deployments to Lambda with all of the latest available Ruby SDK service Clients. I'm sorry about this. I am reaching out internally to the Lambda team to inform them of this, and I will push to make this a better process.