Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scheduler-targets-alpha): KinesisStreamPutRecord Target #27845

Merged
merged 23 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
change import/order
  • Loading branch information
go-to-k committed Nov 6, 2023
commit 5c6ada0d12b7cc96822bdaf1c5b604ae1d922227
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import * as scheduler from '@aws-cdk/aws-scheduler-alpha';
import { ExpectedResult, IntegTest } from '@aws-cdk/integ-tests-alpha';
import * as cdk from 'aws-cdk-lib';
import { KinesisStreamPutRecord } from '../lib';
import { Stream } from 'aws-cdk-lib/aws-kinesis';
import { KinesisStreamPutRecord } from '../lib';

/*
* Stack verification steps:
Expand Down