Back to news
cloud Priority 4/5 5/13/2026, 11:05:47 AM

Amazon EventBridge Scheduler Adds 619 New SDK API Actions for Enhanced AWS Service Integrations

Amazon EventBridge Scheduler Adds 619 New SDK API Actions for Enhanced AWS Service Integrations

Amazon EventBridge Scheduler has significantly expanded its capabilities by adding support for 619 new SDK API actions across both new and existing AWS services. This update introduces integrations with 13 additional services, allowing developers to schedule direct invocations of a much broader range of AWS operations without writing custom glue code. Among the notable additions is support for AWS Lambda Managed Instances, which simplifies the orchestration of serverless compute resources on a recurring or one-time basis. These universal target integrations allow the scheduler to interact with virtually any AWS service API directly. For existing environments, the expansion provides a more streamlined path to automate cloud workflows by reducing the reliance on intermediary Lambda functions for simple API calls. Developers should review the updated service documentation to understand the specific parameters required for the newly supported actions. The implementation of these actions follows the standard EventBridge Scheduler security model using IAM roles for execution permissions. Organizations can now consolidate more of their scheduled tasks within a single managed service to improve observability and reduce architectural complexity.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#aws#cloud#official#marketing:marchitecture/serverless,marketing:marchitecture/application-services

Comparison

AspectBefore / AlternativeAfter / This
API Action ScopeLimited to initial set of launch servicesExpanded by 619 actions including 13 new services
Integration MethodOften required Lambda as a proxy for unsupported APIsDirect SDK integration for a wider range of targets
Resource ManagementManual scheduling for Lambda Managed InstancesNative support for Lambda Managed Instance APIs
Architecture ComplexityHigher due to custom 'glue' code requirementsLower through direct native service invocations

Action Checklist

  1. Identify existing Lambda functions used solely for API proxying Determine if these can be replaced by direct SDK targets
  2. Update IAM execution roles for the Scheduler Ensure roles have permissions for the newly added API actions
  3. Configure new schedules using the AWS CLI or Console Verify the specific input transformation required for the new APIs
  4. Test execution of Lambda Managed Instance actions Ensure the scheduler has proper access to the instance fleet

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related