Skip to content

Commit

Permalink
Update samples/sample-cdk-app/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Kok <sbkok@users.noreply.github.com>
  • Loading branch information
StewartW and sbkok committed Apr 19, 2024
1 parent 6cbd802 commit 09570ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions samples/sample-cdk-app/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright Amazon.com Inc. or its affiliates.
// SPDX-License-Identifier: Apache-2.0

import { App, Stack, Duration } from 'aws-cdk-lib';
import { aws_lambda as lambda, aws_events as events, aws_events_targets as targets } from 'aws-cdk-lib';

Expand Down

0 comments on commit 09570ca

Please sign in to comment.