Skip to content

Commit

Permalink
Merge branch 'main' into firehose-zero-buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 16, 2024
2 parents 75722be + c3802c4 commit f60967b
Show file tree
Hide file tree
Showing 86 changed files with 77,713 additions and 363 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { CodePipelineClient, StartPipelineExecutionCommand } from '@aws-sdk/client-codepipeline';
const codepipeline = new CodePipelineClient({});

export const handler = async () => {
const command = new StartPipelineExecutionCommand({
name: 'IntegCustomEventPipeline',
});
await codepipeline.send(command);
};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f60967b

Please sign in to comment.